License |
License |
---|---|
GroupId | GroupIdcom.raelity.logman |
ArtifactId | ArtifactIdlogman-core |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogMan Core
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logman-core-2.2.pom | |
logman-core-2.2.jar | 193 KB |
logman-core-2.2-sources.jar | 116 KB |
logman-core-2.2-javadoc.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.raelity.logman/logman-core/ -->
<dependency>
<groupId>com.raelity.logman</groupId>
<artifactId>logman-core</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.raelity.logman/logman-core/
implementation 'com.raelity.logman:logman-core:2.2'
// https://jarcasting.com/artifacts/com.raelity.logman/logman-core/
implementation ("com.raelity.logman:logman-core:2.2")
'com.raelity.logman:logman-core:jar:2.2'
<dependency org="com.raelity.logman" name="logman-core" rev="2.2">
<artifact name="logman-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.raelity.logman', module='logman-core', version='2.2')
)
libraryDependencies += "com.raelity.logman" % "logman-core" % "2.2"
[com.raelity.logman/logman-core "2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.mastfrog : simplevalidation | jar | 1.14 |
com.mastfrog : simplevalidation-swing | jar | 1.14 |
org.netbeans.api : org-netbeans-swing-outline | jar | RELEASE82 |