jar

com.github.structlogging : structlogger

Maven & Gradle

Apr 29, 2018
4 usages
2 stars

Library for structured logging

Table Of Contents

Latest Version

Download com.github.structlogging : structlogger JAR file - Latest Versions:

All Versions

Download com.github.structlogging : structlogger JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.11.x
0.10.x
0.9.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 structlogger-0.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.structlogging.annotation

├─ com.github.structlogging.annotation.LoggerContext.class - [JAR]

├─ com.github.structlogging.annotation.Var.class - [JAR]

├─ com.github.structlogging.annotation.VarContextProvider.class - [JAR]

com.github.structlogging.utils

├─ com.github.structlogging.utils.MessageFormatterUtils.class - [JAR]

├─ com.github.structlogging.utils.SidCounter.class - [JAR]

com.github.structlogging.kafka

├─ com.github.structlogging.kafka.EventTypeAwareKafkaCallback.class - [JAR]

├─ com.github.structlogging.kafka.LoggingEventJsonSerializer.class - [JAR]

com.github.structlogging.processor

├─ com.github.structlogging.processor.LogInvocationProcessor.class - [JAR]

├─ com.github.structlogging.processor.LogInvocationScanner.class - [JAR]

├─ com.github.structlogging.processor.LogLevel.class - [JAR]

├─ com.github.structlogging.processor.SchemaGenerator.class - [JAR]

com.github.structlogging.processor.service

├─ com.github.structlogging.processor.service.POJOService.class - [JAR]

com.github.structlogging.processor.utils

├─ com.github.structlogging.processor.utils.GeneratedClassInfo.class - [JAR]

├─ com.github.structlogging.processor.utils.MethodAndParameter.class - [JAR]

├─ com.github.structlogging.processor.utils.ScannerParams.class - [JAR]

├─ com.github.structlogging.processor.utils.StatementInfo.class - [JAR]

├─ com.github.structlogging.processor.utils.StructLoggerFieldContext.class - [JAR]

├─ com.github.structlogging.processor.utils.Variable.class - [JAR]

├─ com.github.structlogging.processor.utils.VariableAndValue.class - [JAR]

├─ com.github.structlogging.processor.utils.VariableContextProvider.class - [JAR]

com.github.structlogging

├─ com.github.structlogging.DefaultContext.class - [JAR]

├─ com.github.structlogging.LoggingCallback.class - [JAR]

├─ com.github.structlogging.LoggingEvent.class - [JAR]

├─ com.github.structlogging.LoggingEventContext.class - [JAR]

├─ com.github.structlogging.OutputStreamCallback.class - [JAR]

├─ com.github.structlogging.StructLogger.class - [JAR]

├─ com.github.structlogging.VariableContext.class - [JAR]

com.github.structlogging.slf4j

├─ com.github.structlogging.slf4j.Slf4jLoggingCallback.class - [JAR]

com.github.structlogging.processor.exception

├─ com.github.structlogging.processor.exception.PackageNameException.class - [JAR]

Advertisement