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 stream-log-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.getstream.log
├─ io.getstream.log.CompositeStreamLogger.class - [JAR]
├─ io.getstream.log.ErrorStreamLogger.class - [JAR]
├─ io.getstream.log.IsLoggableValidator.class - [JAR]
├─ io.getstream.log.Priority.class - [JAR]
├─ io.getstream.log.SilentStreamLogger.class - [JAR]
├─ io.getstream.log.StreamLog.class - [JAR]
├─ io.getstream.log.StreamLogExtensionKt.class - [JAR]
├─ io.getstream.log.StreamLogger.class - [JAR]
├─ io.getstream.log.TaggedLogger.class - [JAR]
io.getstream.log.kotlin
├─ io.getstream.log.kotlin.KotlinStreamLogger.class - [JAR]
io.getstream.log.helper
├─ io.getstream.log.helper.StringifyKt.class - [JAR]