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