Registry / logging / juli
library6.0.53javamavenunverified

Tomcat Core Logging Package providing a custom implementation of java.util.logging for Apache Tomcat.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>juli</artifactId> <version>6.0.53</version> </dependency>
INSTALL
IMPORT
SIG · JULI
J
juli
loggingjavav6.0.53
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

Use Tomcat's LogFactory to create a logger and log a message.

import org.apache.juli.logging.Log; import org.apache.juli.logging.LogFactory; public class Example { private static final Log log = LogFactory.getLog(Example.class); public static void main(String[] args) { log.info("Hello from Tomcat JULI"); } }
Debug
Known issues
breakingThis is an old version (6.0.53) and may have security vulnerabilities; consider upgrading to a newer Tomcat version.
fix
Use a more recent version of Tomcat (e.g., 9.x or 10.x) which includes updated JULI.
affects: 6.0.53
Upgrade
Version history
6.0.53latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
juli — mvn dependency:get juli · libregistry