Uses of Enum
com.codahale.metrics.Slf4jReporter.LoggingLevel
-
Uses of Slf4jReporter.LoggingLevel in com.codahale.metrics
Methods in com.codahale.metrics that return Slf4jReporter.LoggingLevelModifier and TypeMethodDescriptionstatic Slf4jReporter.LoggingLevelReturns 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.LoggingLevelModifier and TypeMethodDescriptionSlf4jReporter.Builder.withLoggingLevel(Slf4jReporter.LoggingLevel loggingLevel) Use Logging Level when reporting.