jar

com.github.tantalor93 : structlogger

Maven & Gradle

Feb 23, 2018
3 usages
2 stars

Library for structured logging

Table Of Contents

Latest Version

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

All Versions

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

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

com.github.tantalor93

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

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

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

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

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

com.github.tantalor93.processor

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

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

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

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

com.github.tantalor93.annotation

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

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

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

com.github.tantalor93.processor.exception

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

com.github.tantalor93.kafka

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

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

com.github.tantalor93.processor.service

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

com.github.tantalor93.processor.utils

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

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

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

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

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

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

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

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

com.github.tantalor93.utils

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

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

com.github.tantalor93.slf4j

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

Advertisement