Package org.apache.logging.log4j.tojul
Java JDK java.util.logging (JUL) bridge.
This sends all Log4j logs to JUL (not the other way around, there is another module for the opposite direction).
-
Class Summary Class Description JULLogger Implementation ofLogger
that's backed by aLogger
.JULLoggerContext Implementation of Log4jLoggerContext
SPI.JULLoggerContextFactory Implementation of Log4jLoggerContextFactory
SPI.JULProvider Bind the Log4j API to JUL.LazyLog4jLogRecord Extension ofLogRecord
with lazy get source related methods based on Log4j'sStackLocatorUtil.calcLocation(String)
.