Package org.apache.logging.log4j.tojul
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).
-
ClassesClassDescriptionImplementation of Log4j
LoggerContext
SPI.Implementation of Log4jLoggerContextFactory
SPI.Bind the Log4j API to JUL.Extension ofLogRecord
with lazy get source related methods based on Log4j'sStackLocatorUtil.calcLocation(String)
.