Uses of Class
org.apache.logging.log4j.status.StatusData
Packages that use StatusData
Package
Description
Log4j 2 JMX support.
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 StatusDataModifier and TypeMethodDescriptionStatusLoggerAdmin.getStatusData()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 -
Uses of StatusData in org.apache.logging.log4j.status
Methods in org.apache.logging.log4j.status that return types with arguments of type StatusDataModifier and TypeMethodDescriptionStatusLogger.getStatusData()Returns a List of all events as StatusData objects.Methods in org.apache.logging.log4j.status with parameters of type StatusDataModifier and TypeMethodDescriptionvoidStatusConsoleListener.log(StatusData data) Writes status messages to the console.voidStatusListener.log(StatusData data) Called as events occur to process the StatusData.