Registry / logging / slf4j-ext

slf4j-ext

JSON →
library2.0.18javamavenunverified

Extensions to the SLF4J logging API, including profiler, event logging, and extended logger features.

<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-ext</artifactId> <version>2.0.18</version> </dependency>
INSTALL
IMPORT
SIG · SLF4J-EXT
S
slf4j-ext
loggingjavav2.0.18
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.

EventLogger
org.slf4j.ext.EventLogger

Logs an event using SLF4J's EventLogger extension.

import org.slf4j.ext.EventLogger; import org.slf4j.ext.EventData; public class Example { public static void main(String[] args) { EventData data = new EventData(); data.put("key", "value"); EventLogger.logEvent(data); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
slf4j-ext — mvn dependency:get slf4j-ext · libregistry