Package org.apache.logging.log4j.jul
Class Constants
- java.lang.Object
-
- org.apache.logging.log4j.jul.Constants
-
public final class Constants extends java.lang.ObjectConstants for the JUL adapter.- Since:
- 2.1
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringAPI_LOGGER_ADAPTER_CLASS_NAME(package private) static java.lang.StringCORE_LOGGER_ADAPTER_CLASS_NAME(package private) static java.lang.StringCORE_LOGGER_CLASS_NAMEstatic java.lang.StringLEVEL_CONVERTER_PROPERTYThe Log4j property to set to a custom implementation ofLevelConverter.static java.lang.StringLOGGER_ADAPTOR_PROPERTYName of the Log4j property to set to override theAbstractLoggerAdapterto be used.
-
Constructor Summary
Constructors Modifier Constructor Description privateConstants()
-
-
-
Field Detail
-
LOGGER_ADAPTOR_PROPERTY
public static final java.lang.String LOGGER_ADAPTOR_PROPERTY
Name of the Log4j property to set to override theAbstractLoggerAdapterto be used. By default, when this property is not set, an appropriate LoggerAdaptor is chosen based on the presence oflog4j-core.- See Also:
- Constant Field Values
-
LEVEL_CONVERTER_PROPERTY
public static final java.lang.String LEVEL_CONVERTER_PROPERTY
The Log4j property to set to a custom implementation ofLevelConverter. The specified class must have a default constructor.- See Also:
- Constant Field Values
-
CORE_LOGGER_CLASS_NAME
static final java.lang.String CORE_LOGGER_CLASS_NAME
- See Also:
- Constant Field Values
-
CORE_LOGGER_ADAPTER_CLASS_NAME
static final java.lang.String CORE_LOGGER_ADAPTER_CLASS_NAME
- See Also:
- Constant Field Values
-
API_LOGGER_ADAPTER_CLASS_NAME
static final java.lang.String API_LOGGER_ADAPTER_CLASS_NAME
- See Also:
- Constant Field Values
-
-