Uses of Class
org.apache.logging.log4j.core.config.status.StatusConfiguration.Verbosity
-
Packages that use StatusConfiguration.Verbosity Package Description org.apache.logging.log4j.core.config.status -
-
Uses of StatusConfiguration.Verbosity in org.apache.logging.log4j.core.config.status
Methods in org.apache.logging.log4j.core.config.status that return StatusConfiguration.Verbosity Modifier and Type Method Description static StatusConfiguration.VerbosityStatusConfiguration.Verbosity. toVerbosity(java.lang.String value)Deprecated.This class is not used anymore and only kept for binary backward compatibility.static StatusConfiguration.VerbosityStatusConfiguration.Verbosity. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static StatusConfiguration.Verbosity[]StatusConfiguration.Verbosity. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-