l

logman-demo

logman parent project: 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; interactively configure logging while an application is running including adding a handler to save logging output to a file. Changes made to the logging configuration can be saved and automatically applied at startup.
https://foss.heptapod.net/java/jlogman/logman-demo
GNU Lesser General Public License v3.0 or later
Ernie Rael
Files download
File Operation
logman-demo-2.3.1.jar download
logman-demo-2.3.1.pom download
logman-demo-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.raelity.logman</groupId>
  <artifactId>logman-demo</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.raelity.logman:logman-demo:2.3.1'
Gradle Kotlin
implementation("com.raelity.logman:logman-demo:2.3.1")
Scala SBT
libraryDependencies += "com.raelity.logman" % "logman-demo" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.raelity.logman', module='logman-demo', version='2.3.1')
)
Apache Ivy
<dependency org="com.raelity.logman" name="logman-demo" rev="2.3.1" />
Leiningen
[com.raelity.logman/logman-demo "2.3.1"]
Apache Buildr
'com.raelity.logman:logman-demo:jar:2.3.1'