View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]