Uses of Class
io.dropwizard.metrics5.Slf4jReporter.LoggingLevel
-
-
Uses of Slf4jReporter.LoggingLevel in io.dropwizard.metrics5
Methods in io.dropwizard.metrics5 that return Slf4jReporter.LoggingLevel Modifier and Type Method Description static Slf4jReporter.LoggingLevelSlf4jReporter.LoggingLevel. valueOf(String name)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.LoggingLevel Modifier and Type Method Description Slf4jReporter.BuilderSlf4jReporter.Builder. withLoggingLevel(Slf4jReporter.LoggingLevel loggingLevel)Use Logging Level when reporting.
-