public class ExternalLoggingFactory extends Object implements LoggingFactory
| Constructor and Description |
|---|
ExternalLoggingFactory() |
| 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
|
public void configure(com.codahale.metrics.MetricRegistry metricRegistry,
String name)
configure in interface LoggingFactorypublic void stop()
LoggingFactorystop in interface LoggingFactorypublic void reset()
LoggingFactoryreset in interface LoggingFactoryCopyright © 2023. All rights reserved.