jar

io.github.bullet-tooth : logback-kafka-appender

Maven & Gradle

Oct 24, 2022
4 stars

io.github.bullet-tooth:logback-kafka-appender · Logback appender to send logs directly to Kafka topics

Table Of Contents

Latest Version

Download io.github.bullet-tooth : logback-kafka-appender JAR file - Latest Versions:

All Versions

Download io.github.bullet-tooth : logback-kafka-appender JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.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 logback-kafka-appender-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.bullettooth.logback.kafka

├─ io.github.bullettooth.logback.kafka.KafkaAppender.class - [JAR]

├─ io.github.bullettooth.logback.kafka.KafkaAppenderConfig.class - [JAR]

io.github.bullettooth.logback.kafka.delivery

├─ io.github.bullettooth.logback.kafka.delivery.AsynchronousDeliveryStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.delivery.BlockingDeliveryStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.delivery.DeliveryStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.delivery.FailedDeliveryCallback.class - [JAR]

io.github.bullettooth.logback.kafka.keying

├─ io.github.bullettooth.logback.kafka.keying.ContextNameKeyingStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.keying.HostNameKeyingStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.keying.KeyingStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.keying.LoggerNameKeyingStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.keying.NoKeyKeyingStrategy.class - [JAR]

├─ io.github.bullettooth.logback.kafka.keying.ThreadNameKeyingStrategy.class - [JAR]