Uses of Class
ratpack.dropwizard.metrics.Slf4jConfig
-
Packages that use Slf4jConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of Slf4jConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return Slf4jConfig Modifier and Type Method Description Slf4jConfigSlf4jConfig. durationUnit(java.util.concurrent.TimeUnit durationUnit)Convert durations to the given time unit.Slf4jConfigSlf4jConfig. enable(boolean enabled)Set the state of the Slf4j publisher.Slf4jConfigSlf4jConfig. logger(Logger logger)Log metrics to the given logger.Slf4jConfigSlf4jConfig. logLevel(com.codahale.metrics.Slf4jReporter.LoggingLevel logLevel)Use Logging Level when reporting.Slf4jConfigSlf4jConfig. marker(Marker marker)Mark all logged metrics with the given marker.Slf4jConfigSlf4jConfig. prefix(java.lang.String prefix)Prefix all metric names with the given string.Slf4jConfigSlf4jConfig. rateUnit(java.util.concurrent.TimeUnit rateUnit)Convert rates to the given time unit.Methods in ratpack.dropwizard.metrics that return types with arguments of type Slf4jConfig Modifier and Type Method Description java.util.Optional<Slf4jConfig>DropwizardMetricsConfig. getSlf4j()Get the settings for the Slf4j Logger metrics publisher.Method parameters in ratpack.dropwizard.metrics with type arguments of type Slf4jConfig Modifier and Type Method Description DropwizardMetricsConfigDropwizardMetricsConfig. slf4j(Action<? super Slf4jConfig> configure)Configure the Slf4j logger metrics publisher.
-