Registry / logging / globalpom-log

globalpom-log

JSON →
library4.8.0javamavenunverified

Logger factory to inject a logger for a class.

<dependency> <groupId>com.anrisoftware.globalpom</groupId> <artifactId>globalpom-log</artifactId> <version>4.8.0</version> </dependency>
INSTALL
IMPORT
SIG · GLOBALPOM-LOG
G
globalpom-log
loggingjavav4.8.0
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.

LoggerFactory
✓ com.anrisoftware.globalpom.log.LoggerFactory

Creates a SLF4J logger for the given class using LoggerFactory.

import com.anrisoftware.globalpom.log.LoggerFactory; import org.slf4j.Logger; public class MyClass { private static final Logger log = LoggerFactory.getLogger(MyClass.class); public void doSomething() { log.info("Doing something"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
42
Resources
globalpom-log — mvn dependency:get globalpom-log · libregistry