Package io.quarkus.runtime.logging
Class LogMetricsHandler
java.lang.Object
java.util.logging.Handler
io.quarkus.runtime.logging.LogMetricsHandler
Measures the number of log messages based on logger configurations quarkus.log.level and quarkus.log.category.*.level
It should reflect the values of the handler that logs the most, since best practice is to align its level with the root level.
Non-standard levels are counted with the lower standard level.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel