jar

com.eclecticlogic : whisper

Maven & Gradle

Jan 15, 2015

Whisper - 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.

Table Of Contents

Latest Version

Download com.eclecticlogic : whisper JAR file - Latest Versions:

All Versions

Download com.eclecticlogic : whisper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window whisper-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.eclecticlogic.whisper.core

├─ com.eclecticlogic.whisper.core.Digest.class - [JAR]

├─ com.eclecticlogic.whisper.core.DigestMessage.class - [JAR]

├─ com.eclecticlogic.whisper.core.Muffler.class - [JAR]

├─ com.eclecticlogic.whisper.core.ParameterUtil.class - [JAR]

├─ com.eclecticlogic.whisper.core.SuppressionQueue.class - [JAR]

├─ com.eclecticlogic.whisper.core.WhisperManager.class - [JAR]

com.eclecticlogic.whisper.logback

├─ com.eclecticlogic.whisper.logback.AbstractWhisperAppender.class - [JAR]

├─ com.eclecticlogic.whisper.logback.LogbackMessage.class - [JAR]

├─ com.eclecticlogic.whisper.logback.WhisperAppender.class - [JAR]

com.eclecticlogic.whisper.spi

├─ com.eclecticlogic.whisper.spi.AbstractMessage.class - [JAR]

├─ com.eclecticlogic.whisper.spi.Message.class - [JAR]

├─ com.eclecticlogic.whisper.spi.MessageWriter.class - [JAR]