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 coralogix-sdk-2.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
entities
├─ entities.Bulk.class - [JAR]
├─ entities.LogEntry.class - [JAR]
├─ entities.LogEntryWrapper.class - [JAR]
├─ entities.Severity.class - [JAR]
infrastructure
├─ infrastructure.Constants.class - [JAR]
├─ infrastructure.IDebugLogger.class - [JAR]
├─ infrastructure.IHttpHelper.class - [JAR]
├─ infrastructure.utilitiesMethods.class - [JAR]
api
├─ api.CoralogixHTTPSender.class - [JAR]
├─ api.CoralogixLogger.class - [JAR]
├─ api.DebugFileLogger.class - [JAR]
├─ api.LoggerManager.class - [JAR]
├─ api.ServicesFactory.class - [JAR]