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 log4j1-aws-appenders-3.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kdgregory.log4j.aws
├─ com.kdgregory.log4j.aws.CloudWatchAppender.class - [JAR]
├─ com.kdgregory.log4j.aws.JsonLayout.class - [JAR]
├─ com.kdgregory.log4j.aws.KinesisAppender.class - [JAR]
├─ com.kdgregory.log4j.aws.SNSAppender.class - [JAR]
├─ com.kdgregory.log4j.aws.StatisticsMBean.class - [JAR]
com.kdgregory.log4j.aws.internal
├─ com.kdgregory.log4j.aws.internal.AbstractAppender.class - [JAR]
├─ com.kdgregory.log4j.aws.internal.JMXManager.class - [JAR]
├─ com.kdgregory.log4j.aws.internal.Log4JInternalLogger.class - [JAR]
├─ com.kdgregory.log4j.aws.internal.Utils.class - [JAR]