Package io.dropwizard.logging.common
Interface LoggingFactory
- All Superinterfaces:
io.dropwizard.jackson.Discoverable
- All Known Implementing Classes:
DefaultLoggingFactory,ExternalLoggingFactory
public interface LoggingFactory
extends io.dropwizard.jackson.Discoverable
-
Method Details
-
configure
-
stop
void stop()Should flush all log messages but not disable logging -
reset
void reset()Mainly useful in testing to reset the logging to a sane default before the next test configures logging to a desired level.
-