jar

com.clumd.projects : java-custom-logging

Maven & Gradle

Feb 13, 2024
0 stars

Java Custom Logging · A custom implementation of the SLF4J interface, but with bonuses for using it directly

Table Of Contents

Latest Version

Download com.clumd.projects : java-custom-logging JAR file - Latest Versions:

All Versions

Download com.clumd.projects : java-custom-logging 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 java-custom-logging-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.clumd.projects.java_custom_logging.logging.api

├─ com.clumd.projects.java_custom_logging.logging.api.CustomLogHandler.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.api.LogLevel.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.api.LogLevelFormat.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.api.LoggableData.class - [JAR]

com.clumd.projects.java_custom_logging.logging.controllers

├─ com.clumd.projects.java_custom_logging.logging.controllers.ConsoleController.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.controllers.DenseConsoleController.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.controllers.DenseFileController.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.controllers.FileController.class - [JAR]

com.clumd.projects.java_custom_logging.logging.common

├─ com.clumd.projects.java_custom_logging.logging.common.CustomLevel.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.common.ExtendedLogRecord.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.common.Format.class - [JAR]

com.clumd.projects.java_custom_logging.logging

├─ com.clumd.projects.java_custom_logging.logging.ExtendedLogger.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.ExtendedLoggerFactory.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.ExtendedLoggerProvider.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.ExtendedSlf4jLogger.class - [JAR]

├─ com.clumd.projects.java_custom_logging.logging.LogRoot.class - [JAR]

Advertisement