Uses of Class
org.apache.logging.log4j.status.StatusData
Packages that use StatusData
-
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
Fields in org.apache.logging.log4j.status with type parameters of type StatusDataMethods in org.apache.logging.log4j.status that return StatusDataModifier and TypeMethodDescriptionprivate StatusDataStatusLogger.createStatusData(@Nullable String fqcn, Level level, Message message, @Nullable Throwable throwable) Methods in org.apache.logging.log4j.status that return types with arguments of type StatusDataMethods in org.apache.logging.log4j.status with parameters of type StatusDataModifier and TypeMethodDescriptionprivate voidStatusLogger.buffer(StatusData statusData) voidStatusConsoleListener.log(StatusData data) Writes status messages to the console.voidStatusListener.log(StatusData data) Called as events occur to process the StatusData.private voidStatusLogger.notifyListener(StatusListener listener, StatusData statusData) private voidStatusLogger.notifyListeners(StatusData statusData)
StatusLogger, users should register their own listeners to access to logged events.