public interface LoggingFactory extends Discoverable
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.codahale.metrics.MetricRegistry metricRegistry,
String name) |
void |
reset()
Mainly useful in testing to reset the logging to a sane default before
the next test configures logging to a desired level.
|
void |
stop()
Should flush all log messages but not disable logging
|
void configure(com.codahale.metrics.MetricRegistry metricRegistry,
String name)
void stop()
void reset()
Copyright © 2023. All rights reserved.