jar

io.github.devblack21 : logbit

Maven & Gradle

Jan 13, 2024

LogBit · My purpose is to make application development cleaner and more efficient when dealing with logs. I'm based on class Logger of package java.util.logging, bringing a higher level and compatible with the needs of current systems.

Table Of Contents

Latest Version

Download io.github.devblack21 : logbit JAR file - Latest Versions:

All Versions

Download io.github.devblack21 : logbit JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 logbit-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.devblack21.logging.configuration

├─ io.github.devblack21.logging.configuration.LogBitConfiguration.class - [JAR]

io.github.devblack21.logging.enginer

├─ io.github.devblack21.logging.enginer.AbstractEngineLogBit.class - [JAR]

├─ io.github.devblack21.logging.enginer.DefaultEngineLogBit.class - [JAR]

├─ io.github.devblack21.logging.enginer.EngineLogBit.class - [JAR]

├─ io.github.devblack21.logging.enginer.LogContext.class - [JAR]

io.github.devblack21.logging.record

├─ io.github.devblack21.logging.record.LogBitRecord.class - [JAR]

io.github.devblack21.logging

├─ io.github.devblack21.logging.LogBit.class - [JAR]