Registry / logging / logger-slf4j

logger-slf4j

JSON →
library3.13.0javamavenunverified

SLF4J integration for Palantir's safe-logging library, enabling safe logging via SLF4J API.

<dependency> <groupId>com.palantir.safe-logging</groupId> <artifactId>logger-slf4j</artifactId> <version>3.13.0</version> </dependency>
INSTALL
IMPORT
SIG · LOGGER-SLF4J
L
logger-slf4j
loggingjavav3.13.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.

SafeLoggerFactory
com.palantir.logsafe.logger.SafeLoggerFactory

Uses SafeLoggerFactory to obtain a safe logger instance.

import com.palantir.logsafe.logger.SafeLogger; import com.palantir.logsafe.logger.SafeLoggerFactory; public class MyApp { private static final SafeLogger log = SafeLoggerFactory.get(MyApp.class); public void run() { log.info("Application started"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
OpenAI (training)
1
Resources
logger-slf4j — mvn dependency:get logger-slf4j · libregistry