Uses of Class
org.apache.logging.log4j.status.StatusData
-
Packages that use StatusData Package Description org.apache.logging.log4j.status -
-
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.
-