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 recentStatusData
objects 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
Fields in org.apache.logging.log4j.status with type parameters of type StatusDataMethods 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 TypeMethodDescriptionprivate boolean
StatusConsoleListener.filtered
(StatusData data) void
StatusConsoleListener.log
(StatusData data) Writes status messages to the console.void
StatusListener.log
(StatusData data) Called as events occur to process the StatusData.