l

logman-lib

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.
https://foss.heptapod.net/java/jlogman/logman-lib
GNU Lesser General Public License v3.0 or later
Ernie Rael
文件下载
文件名 操作
logman-lib-2.3.1.jar 下载
logman-lib-2.3.1.pom 下载
logman-lib-2.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.raelity.logman</groupId>
  <artifactId>logman-lib</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.raelity.logman:logman-lib:2.3.1'
Gradle Kotlin
implementation("com.raelity.logman:logman-lib:2.3.1")
Scala SBT
libraryDependencies += "com.raelity.logman" % "logman-lib" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.raelity.logman', module='logman-lib', version='2.3.1')
)
Apache Ivy
<dependency org="com.raelity.logman" name="logman-lib" rev="2.3.1" />
Leiningen
[com.raelity.logman/logman-lib "2.3.1"]
Apache Buildr
'com.raelity.logman:logman-lib:jar:2.3.1'