Package org.apache.logging.log4j.jul
Class Constants
java.lang.Object
org.apache.logging.log4j.jul.Constants
Constants for the JUL adapter.
- Since:
- 2.1
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String
(package private) static final String
(package private) static final String
static final String
The Log4j property to set to a custom implementation ofLevelConverter
.static final String
Name of the Log4j property to set to override theAbstractLoggerAdapter
to be used. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER_ADAPTOR_PROPERTY
Name of the Log4j property to set to override theAbstractLoggerAdapter
to be used. By default, when this property is not set, an appropriate LoggerAdaptor is chosen based on the presence oflog4j-core
.- See Also:
-
LEVEL_CONVERTER_PROPERTY
The Log4j property to set to a custom implementation ofLevelConverter
. The specified class must have a default constructor.- See Also:
-
CORE_LOGGER_CLASS_NAME
- See Also:
-
CORE_LOGGER_ADAPTER_CLASS_NAME
- See Also:
-
API_LOGGER_ADAPTER_CLASS_NAME
- See Also:
-
-
Constructor Details
-
Constants
private Constants()
-