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.

License

License

GroupId

GroupId

com.raelity.logman
ArtifactId

ArtifactId

logman-lib
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://foss.heptapod.net/java/jlogman/logman-lib
Project Organization

Project Organization

Raelity Engineering
Source Code Management

Source Code Management

https://foss.heptapod.net/java/jlogman/logman-lib

Download logman-lib

How to add to project

<!-- https://jarcasting.com/artifacts/com.raelity.logman/logman-lib/ -->
<dependency>
    <groupId>com.raelity.logman</groupId>
    <artifactId>logman-lib</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.raelity.logman/logman-lib/
implementation 'com.raelity.logman:logman-lib:2.2'
// https://jarcasting.com/artifacts/com.raelity.logman/logman-lib/
implementation ("com.raelity.logman:logman-lib:2.2")
'com.raelity.logman:logman-lib:jar:2.2'
<dependency org="com.raelity.logman" name="logman-lib" rev="2.2">
  <artifact name="logman-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.raelity.logman', module='logman-lib', version='2.2')
)
libraryDependencies += "com.raelity.logman" % "logman-lib" % "2.2"
[com.raelity.logman/logman-lib "2.2"]

Dependencies

compile (5)

Group / Artifact Type Version
com.raelity.logman : logman-core jar 2.2
com.raelity.logman : logman-demo jar 2.2
com.raelity.logman : simple-val-fix jar 2.2
com.mastfrog : simplevalidation-standalone jar 1.14
org.netbeans.api : org-netbeans-swing-outline jar RELEASE82

Project Modules

There are no modules declared in this project.

Versions

Version
2.2