Last Published: 2008-09-15
Apache
|
Logging Services
|
Log4j
|
Log4j Companions
JUL<->log4j Bridge
Introduction
Examples
Key Classes
Project Documentation
Project Information
Project Reports
Key classes
org.apache.logging.julbridge.JULLog4jBridge
- main entry point to configure a bridge
org.apache.log4j.julbridge.JULBridgeLogManager
- Implementation of java.util.logging.LogManager that can route all JUL logs to log4j
org.apache.logging.julbridge.JULLevelConverter
- Because the JUL Level classes are quite different this converter interface performs the mapping into the log4j Level space. In many cases you can use a default converter.
org.apache.log4j.jul.JULAppender
- log4j Appender which sends it's events to the java.util.logging system.
org.apache.log4j.jul.JULReceiver
- log4j Receiver which imports LogRecords into log4j.