| License |
License |
|---|---|
| GroupId | GroupIdcom.eclecticlogic |
| ArtifactId | ArtifactIdwhisper |
| Version | Version1.0.4 |
| Type | Typejar |
| Description |
DescriptionWhisper - The logback appender with smart suppression.
Logback appender that suppresses messages of the same kind when they exceed a defined frequency
and sends out a periodic digest of such suppressed messages.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| whisper-1.0.4.pom | |
| whisper-1.0.4.jar | 16 KB |
| whisper-1.0.4-sources.jar | 13 KB |
| whisper-1.0.4-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.eclecticlogic/whisper/ -->
<dependency>
<groupId>com.eclecticlogic</groupId>
<artifactId>whisper</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.eclecticlogic/whisper/
implementation 'com.eclecticlogic:whisper:1.0.4'
// https://jarcasting.com/artifacts/com.eclecticlogic/whisper/
implementation ("com.eclecticlogic:whisper:1.0.4")
'com.eclecticlogic:whisper:jar:1.0.4'
<dependency org="com.eclecticlogic" name="whisper" rev="1.0.4">
<artifact name="whisper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eclecticlogic', module='whisper', version='1.0.4')
)
libraryDependencies += "com.eclecticlogic" % "whisper" % "1.0.4"
[com.eclecticlogic/whisper "1.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.8.7 |