Class LogMetricsHandler

java.lang.Object
java.util.logging.Handler
io.quarkus.runtime.logging.LogMetricsHandler

public class LogMetricsHandler extends Handler
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.