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-logstdio-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.grey.loggers.slf4j_stdio.utils
├─ com.grey.loggers.slf4j_stdio.utils.TimeFormatter.class - [JAR]
com.grey.loggers.slf4j_stdio.text
├─ com.grey.loggers.slf4j_stdio.text.LogPrinterText.class - [JAR]
com.grey.loggers.slf4j_stdio
├─ com.grey.loggers.slf4j_stdio.Defs.class - [JAR]
├─ com.grey.loggers.slf4j_stdio.LogPrinter.class - [JAR]
├─ com.grey.loggers.slf4j_stdio.LoggerAdapter.class - [JAR]
├─ com.grey.loggers.slf4j_stdio.LoggerFactory.class - [JAR]
├─ com.grey.loggers.slf4j_stdio.LoggerProvider.class - [JAR]
com.grey.loggers.slf4j_stdio.json
├─ com.grey.loggers.slf4j_stdio.json.LogPrinterJson.class - [JAR]
org.slf4j.impl
├─ org.slf4j.impl.StaticLoggerBinder.class - [JAR]
├─ org.slf4j.impl.StaticMDCBinder.class - [JAR]
├─ org.slf4j.impl.StaticMarkerBinder.class - [JAR]