Uses of Class
org.apache.logging.log4j.core.config.LoggerConfig.LoggerConfigPredicate
-
Packages that use LoggerConfig.LoggerConfigPredicate 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. -
-
Uses of LoggerConfig.LoggerConfigPredicate in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type LoggerConfig.LoggerConfigPredicate Modifier and Type Method Description protected void
AsyncLoggerConfig. log(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate)
-
Uses of LoggerConfig.LoggerConfigPredicate in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config that return LoggerConfig.LoggerConfigPredicate Modifier and Type Method Description static LoggerConfig.LoggerConfigPredicate
LoggerConfig.LoggerConfigPredicate. valueOf(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.Methods in org.apache.logging.log4j.core.config with parameters of type LoggerConfig.LoggerConfigPredicate Modifier and Type Method Description protected void
LoggerConfig. log(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate)
Logs an event.
-