jar

com.github.michaelruocco : json-logger

Maven & Gradle

Aug 14, 2017
4 usages
0 stars

JSON Logger · Library to allow logging in json format and ability to config automatic logging of environment variables

Table Of Contents

Latest Version

Download com.github.michaelruocco : json-logger JAR file - Latest Versions:

All Versions

Download com.github.michaelruocco : json-logger JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window json-logger-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

uk.co.mruoc.log

├─ uk.co.mruoc.log.EnvironmentVariableAppender.class - [JAR]

├─ uk.co.mruoc.log.EnvironmentVariableLogger.class - [JAR]

├─ uk.co.mruoc.log.Logger.class - [JAR]

├─ uk.co.mruoc.log.LoggerFactory.class - [JAR]

├─ uk.co.mruoc.log.NoopVariableAppender.class - [JAR]

├─ uk.co.mruoc.log.VariableAppender.class - [JAR]

Advertisement