Uses of Class
org.apache.logging.log4j.status.StatusData
-
Packages that use StatusData Package Description org.apache.logging.log4j.core.jmx org.apache.logging.log4j.status -
-
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 List<StatusData>StatusLoggerAdmin. getStatusData()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
Methods in org.apache.logging.log4j.status that return types with arguments of type StatusData Modifier and Type Method Description List<StatusData>StatusLogger. getStatusData()Deprecated.Since 2.23.0, instead of relying on the buffering provided byStatusLogger, users should register their own listeners to access to logged events.Methods in org.apache.logging.log4j.status with parameters of type StatusData Modifier and Type Method Description voidStatusConsoleListener. log(StatusData data)Writes status messages to the console.voidStatusListener. log(StatusData data)Called as events occur to process the StatusData.
-