Uses of Interface
io.dropwizard.logging.common.LoggingFactory
-
Packages that use LoggingFactory Package Description io.dropwizard.core io.dropwizard.logging.common -
-
Uses of LoggingFactory in io.dropwizard.core
Methods in io.dropwizard.core that return LoggingFactory Modifier and Type Method Description LoggingFactoryConfiguration. getLoggingFactory()Returns the logging-specific section of the configuration file.Methods in io.dropwizard.core with parameters of type LoggingFactory Modifier and Type Method Description voidConfiguration. setLoggingFactory(LoggingFactory factory)Sets the logging-specific section of the configuration file. -
Uses of LoggingFactory in io.dropwizard.logging.common
Classes in io.dropwizard.logging.common that implement LoggingFactory Modifier and Type Class Description classDefaultLoggingFactoryclassExternalLoggingFactoryA no-op logging factory to use when logging is configured independently of Dropwizard.
-