Registry / logging / slf4j-simple

slf4j-simple

JSON →
library2.0.18javamavenunverified

A simple SLF4J binding that outputs log messages to the console without configuration.

<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>2.0.18</version> </dependency>
INSTALL
IMPORT
SIG · SLF4J-SIMPLE
S
slf4j-simple
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.

Logger
org.slf4j.Logger

Use SLF4J Logger to log messages to the console via the Simple provider.

import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Example { private static final Logger logger = LoggerFactory.getLogger(Example.class); public void doSomething() { logger.info("Hello, SLF4J Simple!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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