Uses of Enum
io.dropwizard.metrics5.Slf4jReporter.LoggingLevel
-
Uses of Slf4jReporter.LoggingLevel in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return Slf4jReporter.LoggingLevelModifier and TypeMethodDescriptionstatic Slf4jReporter.LoggingLevel
Returns the enum constant of this type with the specified name.static Slf4jReporter.LoggingLevel[]
Slf4jReporter.LoggingLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.metrics5 with parameters of type Slf4jReporter.LoggingLevelModifier and TypeMethodDescriptionSlf4jReporter.Builder.withLoggingLevel
(Slf4jReporter.LoggingLevel loggingLevel) Use Logging Level when reporting.