Registry / logging / logback-core

logback-core

JSON →
library1.5.34javamavenunverified

Logback-core module provides the foundational classes for the Logback logging framework, including appenders and layouts.

<dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.5.34</version> </dependency>
INSTALL
IMPORT
SIG · LOGBACK-CORE
L
logback-core
loggingjavav1.5.34
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.

Appender
ch.qos.logback.core.Appender

Create a ConsoleAppender instance from logback-core.

import ch.qos.logback.core.Appender; import ch.qos.logback.core.ConsoleAppender; public class Example { public static void main(String[] args) { Appender<?> appender = new ConsoleAppender<>(); System.out.println(appender.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
logback-core — mvn dependency:get logback-core · libregistry