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 msbotframework4j-logging-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.msbotframework4j.logging.impl
├─ org.msbotframework4j.logging.impl.SimpleBotLogger.class - [JAR]
├─ org.msbotframework4j.logging.impl.Slf4jBotLogger.class - [JAR]
org.msbotframework4j.logging
├─ org.msbotframework4j.logging.AbstractBotLogger.class - [JAR]
├─ org.msbotframework4j.logging.BotLogEntry.class - [JAR]
├─ org.msbotframework4j.logging.BotLogEntryBuilder.class - [JAR]
├─ org.msbotframework4j.logging.BotLogSeverity.class - [JAR]
├─ org.msbotframework4j.logging.BotLogger.class - [JAR]