Package | Description |
---|---|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncLoggerConfig.log(LogEvent event,
LoggerConfig.LoggerConfigPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
static LoggerConfig.LoggerConfigPredicate |
LoggerConfig.LoggerConfigPredicate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggerConfig.LoggerConfigPredicate[] |
LoggerConfig.LoggerConfigPredicate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LoggerConfig.log(LogEvent event,
LoggerConfig.LoggerConfigPredicate predicate)
Logs an event.
|
private void |
LoggerConfig.logParent(LogEvent event,
LoggerConfig.LoggerConfigPredicate predicate) |
private void |
LoggerConfig.processLogEvent(LogEvent event,
LoggerConfig.LoggerConfigPredicate predicate) |