Registry / logging / logback-access

logback-access

JSON →
library1.5.32javamavenunverified

Logback module for HTTP access log functionality, typically used with servlet containers like Tomcat.

<dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-access</artifactId> <version>1.5.32</version> </dependency>
INSTALL
IMPORT
SIG · LOGBACK-ACCESS
L
logback-access
loggingjavav1.5.32
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.

LogbackValve
ch.qos.logback.access.tomcat.LogbackValve

Configures Logback Access valve for Tomcat.

import ch.qos.logback.access.tomcat.LogbackValve; import org.apache.catalina.Valve; LogbackValve valve = new LogbackValve(); valve.setFilename("logback-access.xml"); valve.start(); // Add valve to Tomcat context
Debug
Known issues
breakingVersion 1.5.x requires Logback 1.5.x core; incompatible with older Logback versions.
fix
Ensure logback-core version matches logback-access version.
affects: >=1.5.0
Upgrade
Version history
1.5.32latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Bingbot
1
Resources
logback-access — mvn dependency:get logback-access · libregistry