Registry / logging / nlog4j

nlog4j

JSON →
library1.2.25javamavenunverified

NLOG4J is a production-quality log4j-replacement with native SLF4J API support.

<dependency> <groupId>org.slf4j</groupId> <artifactId>nlog4j</artifactId> <version>1.2.25</version> </dependency>
INSTALL
IMPORT
SIG · NLOG4J
N
nlog4j
loggingjavav1.2.25
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.

Logger
org.slf4j.nlog4j.Logger

Minimal example showing how to obtain and use a Logger instance.

import org.slf4j.nlog4j.Logger; public class Example { private static final Logger log = Logger.getLogger(Example.class); public static void main(String[] args) { log.info("Hello, NLOG4J!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Amazon
1
OpenAI (training)
1
Resources
nlog4j — mvn dependency:get nlog4j · libregistry