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 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. bufferMethods in org.apache.logging.log4j.status that return StatusData Modifier and Type Method Description private StatusDataStatusLogger. createStatusData(@Nullable java.lang.String fqcn, Level level, Message message, @Nullable java.lang.Throwable throwable)Methods 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()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 private 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)
-