Uses of Class
org.apache.logging.log4j.core.config.status.StatusConfiguration
-
Packages that use StatusConfiguration Package Description org.apache.logging.log4j.core.config.builder.impl org.apache.logging.log4j.core.config.status -
-
Uses of StatusConfiguration in org.apache.logging.log4j.core.config.builder.impl
Methods in org.apache.logging.log4j.core.config.builder.impl that return StatusConfiguration Modifier and Type Method Description StatusConfigurationBuiltConfiguration. getStatusConfiguration() -
Uses of StatusConfiguration in org.apache.logging.log4j.core.config.status
Methods in org.apache.logging.log4j.core.config.status that return StatusConfiguration Modifier and Type Method Description StatusConfigurationStatusConfiguration. withDestination(@Nullable String destination)Sets the output of theStatusLoggerfallback listener.StatusConfigurationStatusConfiguration. withStatus(@Nullable String level)Sets the level of theStatusLoggerfallback listener.StatusConfigurationStatusConfiguration. withStatus(@Nullable Level level)Sets the level of theStatusLoggerfallback listener.StatusConfigurationStatusConfiguration. withVerboseClasses(String... verboseClasses)Deprecated.This method is ineffective and only kept for binary backward compatibility.StatusConfigurationStatusConfiguration. withVerbosity(String verbosity)Deprecated.This method is ineffective and only kept for binary backward compatibility.
-