Registry / logging / tomcat-juli

tomcat-juli

JSON →
library11.0.22javamavenunverified

Core logging package for Apache Tomcat, providing logging utilities for the servlet container.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-juli</artifactId> <version>11.0.22</version> </dependency>
INSTALL
IMPORT
SIG · TOMCAT-JULI
T
tomcat-juli
loggingjavav11.0.22
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.

Log
org.apache.juli.logging.Log

Create a logger instance using Tomcat's logging API.

import org.apache.juli.logging.Log; import org.apache.juli.logging.LogFactory; Log log = LogFactory.getLog("MyClass"); log.info("Hello, Tomcat!");
Debug
Known issues
gotchaThis package is specific to Tomcat internals; not intended for general application use.
fix
Use standard logging frameworks like SLF4J or Log4j for application logging.
affects: all
Upgrade
Version history
11.0.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
38
Resources
tomcat-juli — mvn dependency:get tomcat-juli · libregistry