Uses of Class
org.apache.logging.log4j.status.StatusData
-
Packages that use StatusData Package Description org.apache.logging.log4j.core.jmx Log4j 2 JMX support.org.apache.logging.log4j.status Status API for Log4j 2. -
-
Uses of StatusData in org.apache.logging.log4j.core.jmx
Methods in org.apache.logging.log4j.core.jmx that return types with arguments of type StatusData Modifier and Type Method Description java.util.List<StatusData>StatusLoggerAdmin. getStatusData()java.util.List<StatusData>StatusLoggerAdminMBean. getStatusData()Returns a list with the most recentStatusDataobjects in the status history.Methods in org.apache.logging.log4j.core.jmx with parameters of type StatusData Modifier and Type Method Description voidStatusLoggerAdmin. log(StatusData data) -
Uses of StatusData in org.apache.logging.log4j.status
Fields in org.apache.logging.log4j.status with type parameters of type StatusData Modifier and Type Field Description private java.util.Queue<StatusData>StatusLogger. messagesMethods in org.apache.logging.log4j.status that return types with arguments of type StatusData Modifier and Type Method Description java.util.List<StatusData>StatusLogger. getStatusData()Returns a List of all events as StatusData objects.Methods in org.apache.logging.log4j.status with parameters of type StatusData Modifier and Type Method Description private booleanStatusConsoleListener. filtered(StatusData data)voidStatusConsoleListener. log(StatusData data)Writes status messages to the console.voidStatusListener. log(StatusData data)Called as events occur to process the StatusData.
-