DOC

com.raelity.logman : logman-lib

Maven & Gradle

Jan 17, 2023

LogMan Library · Easy to install library for adding dynamic display, control and configuration of java.util.logging to any swing based application. Useful for debugging apps in production situations; can interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to an application's default/startup logging can be saved and automatically applied at startup. LogMan "single" library package for use in swing apps. The jar can be executed, "java -jar xxx", for a demo of the library. See com.raelity.logman.demo.Main for an example of adding the library to a swing app.

Table Of Contents

Latest Version

Download com.raelity.logman : logman-lib Javadoc & API Documentation - Latest Versions:

All Versions

Download com.raelity.logman : logman-lib Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.3.x
2.2

How to open Javadoc JAR file in web browser

  1. Rename the file logman-lib-2.3.1-javadoc.jar to logman-lib-2.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder logman-lib-2.3.1-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 "logman-lib-2.3.1-sources.jar" -d "logman-lib-2.3.1-javadoc" -subpackages