Package | Description |
---|---|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
org.apache.logging.log4j.simple |
Simple logging implementation.
|
org.apache.logging.log4j.status |
Status API for Log4j 2.
|
org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizationProvider |
ConfigurationFactory.authorizationProvider(PropertiesUtil props) |
Constructor and Description |
---|
BasicAuthorizationProvider(PropertiesUtil props) |
Modifier and Type | Field and Description |
---|---|
private PropertiesUtil |
SimpleLoggerContext.props |
Constructor and Description |
---|
SimpleLogger(java.lang.String name,
Level defaultLevel,
boolean showLogName,
boolean showShortLogName,
boolean showDateTime,
boolean showContextMap,
java.lang.String dateTimeFormat,
MessageFactory messageFactory,
PropertiesUtil props,
java.io.PrintStream stream) |
Modifier and Type | Field and Description |
---|---|
private static PropertiesUtil |
StatusLogger.PROPS |
Modifier and Type | Field and Description |
---|---|
private static PropertiesUtil |
PropertiesUtil.LOG4J_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static PropertiesUtil |
PropertiesUtil.getProperties()
Returns the PropertiesUtil used by Log4j.
|