DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.devblack21 : logbit Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file logbit-1.1.0-javadoc.jar to logbit-1.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder logbit-1.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "logbit-1.1.0-sources.jar" -d "logbit-1.1.0-javadoc" -subpackages