Uses of Class
com.codahale.metrics.Slf4jReporter.LoggingLevel
-
-
Uses of Slf4jReporter.LoggingLevel in com.codahale.metrics
Methods in com.codahale.metrics that return Slf4jReporter.LoggingLevel Modifier and Type Method Description static Slf4jReporter.LoggingLevel
Slf4jReporter.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 com.codahale.metrics with parameters of type Slf4jReporter.LoggingLevel Modifier and Type Method Description Slf4jReporter.Builder
Slf4jReporter.Builder. withLoggingLevel(Slf4jReporter.LoggingLevel loggingLevel)
Use Logging Level when reporting.
-