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-composite-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.slf4j.impl.custom.loggers
├─ org.slf4j.impl.custom.loggers.CompositeLogger.class - [JAR]
├─ org.slf4j.impl.custom.loggers.ConsoleLogger.class - [JAR]
├─ org.slf4j.impl.custom.loggers.CrashlyticsLogger.class - [JAR]
├─ org.slf4j.impl.custom.loggers.FileLogger.class - [JAR]
├─ org.slf4j.impl.custom.loggers.LogcatLogger.class - [JAR]
org.slf4j.impl.custom
├─ org.slf4j.impl.custom.Level.class - [JAR]
├─ org.slf4j.impl.custom.LogRecord.class - [JAR]
├─ org.slf4j.impl.custom.Logger.class - [JAR]
├─ org.slf4j.impl.custom.NativeLoggerAdapter.class - [JAR]
org.slf4j.impl
├─ org.slf4j.impl.NativeLoggerFactory.class - [JAR]
├─ org.slf4j.impl.StaticLoggerBinder.class - [JAR]
├─ org.slf4j.impl.StaticMDCBinder.class - [JAR]
├─ org.slf4j.impl.StaticMarkerBinder.class - [JAR]