jar

com.savoirtech.logging : slf4j-json-logger

Maven & Gradle

Aug 23, 2016
5 usages
59 stars

SavoirTech ::: SLF4J JSON logger ::: Logger · Easy-to-use Logger generating JSON-formatted messages on top of SLF4J logging.

Table Of Contents

Latest Version

Download com.savoirtech.logging : slf4j-json-logger JAR file - Latest Versions:

All Versions

Download com.savoirtech.logging : slf4j-json-logger JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
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 slf4j-json-logger-2.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.savoirtech.logging.slf4j.json

├─ com.savoirtech.logging.slf4j.json.LoggerFactory.class - [JAR]

com.savoirtech.logging.slf4j.json.logger

├─ com.savoirtech.logging.slf4j.json.logger.AbstractJsonLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.DebugLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.ErrorLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.InfoLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.JsonLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.Logger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.NoopLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.TraceLogger.class - [JAR]

├─ com.savoirtech.logging.slf4j.json.logger.WarnLogger.class - [JAR]

Advertisement