Uses of Enum
org.apache.logging.log4j.core.config.LoggerConfig.LoggerConfigPredicate
Packages that use LoggerConfig.LoggerConfigPredicate
-
Uses of LoggerConfig.LoggerConfigPredicate in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type LoggerConfig.LoggerConfigPredicateModifier and TypeMethodDescriptionprotected voidAsyncLoggerConfig.log(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) -
Uses of LoggerConfig.LoggerConfigPredicate in org.apache.logging.log4j.core.config
Subclasses with type arguments of type LoggerConfig.LoggerConfigPredicate in org.apache.logging.log4j.core.configMethods in org.apache.logging.log4j.core.config that return LoggerConfig.LoggerConfigPredicateModifier and TypeMethodDescriptionReturns 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.LoggerConfigPredicateModifier and TypeMethodDescriptionprotected voidLoggerConfig.log(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) Logs an event.private voidLoggerConfig.logParent(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) protected voidLoggerConfig.processLogEvent(LogEvent event, LoggerConfig.LoggerConfigPredicate predicate) Logs an event, bypassing filters.