Registry / logging / jwebmp-log-master

jwebmp-log-master

JSON →
library0.66.0.1javamavenunverified

Provides asynchronous and dynamic log handler support for the JDK 1.8 logging API, accessible via LogFactory.

<dependency> <groupId>com.jwebmp</groupId> <artifactId>jwebmp-log-master</artifactId> <version>0.66.0.1</version> </dependency>
INSTALL
IMPORT
SIG · JWEBMP-LOG-MASTER
J
jwebmp-log-master
loggingjavav0.66.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LogFactory
com.jwebmp.logmaster.LogFactory

Obtains a logger via LogFactory and logs a message.

import com.jwebmp.logmaster.LogFactory; import java.util.logging.Logger; public class Example { private static final Logger LOG = LogFactory.getLogger(Example.class); public static void main(String[] args) { LOG.info("Hello from LogMaster!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.66.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
jwebmp-log-master — mvn dependency:get jwebmp-log-master · libregistry