MVN

com.raelity.logman : logman-parent

Maven & Gradle

Jan 17, 2023

LogMan Parent · 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.

<dependency>
    <groupId>com.raelity.logman</groupId>
    <artifactId>logman-parent</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.raelity.logman : logman-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of com.raelity.logman : logman-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
logman-parent-2.3.1
2.2
logman-parent-2.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.raelity.logman</groupId>
    <artifactId>logman-parent</artifactId>
    <version>2.3.1</version>
</dependency>