Uses of Class
org.apache.logging.log4j.status.StatusLogger
-
Packages that use StatusLogger Package Description org.apache.logging.log4j.status -
-
Uses of StatusLogger in org.apache.logging.log4j.status
Methods in org.apache.logging.log4j.status that return StatusLogger Modifier and Type Method Description static StatusLoggerStatusLogger. getLogger()Gets the static instance.Methods in org.apache.logging.log4j.status with parameters of type StatusLogger Modifier and Type Method Description static voidStatusLogger. setLogger(StatusLogger logger)Sets the static (i.e., singleton) instance returned bygetLogger().
-