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 Activator JULLogger Implementation ofLoggerthat's backed by aLogger.JULLoggerContext Implementation of Log4jLoggerContextSPI.JULLoggerContextFactory Implementation of Log4jLoggerContextFactorySPI.JULProvider Bind the Log4j API to JUL.LazyLog4jLogRecord Extension ofLogRecordwith lazy get source related methods based on Log4j'sStackLocatorUtil.calcLocation(String).