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 logcaptor-2.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
nl.altindag.log.model
├─ nl.altindag.log.model.LogEvent.class - [JAR]
nl.altindag.log
├─ nl.altindag.log.LogCaptor.class - [JAR]
nl.altindag.log.appender
├─ nl.altindag.log.appender.InMemoryAppender.class - [JAR]
nl.altindag.log.mapper
├─ nl.altindag.log.mapper.LogEventMapper.class - [JAR]
nl.altindag.log.util
├─ nl.altindag.log.util.JavaUtilLoggingLoggerUtils.class - [JAR]
├─ nl.altindag.log.util.Mappers.class - [JAR]
├─ nl.altindag.log.util.ValidationUtils.class - [JAR]