Uses of Interface
io.dropwizard.logging.LoggingFactory
-
Packages that use LoggingFactory Package Description io.dropwizard io.dropwizard.logging -
-
Uses of LoggingFactory in io.dropwizard
Methods in io.dropwizard that return LoggingFactory Modifier and Type Method Description LoggingFactoryConfiguration. getLoggingFactory()Returns the logging-specific section of the configuration file.Methods in io.dropwizard 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
Classes in io.dropwizard.logging that implement LoggingFactory Modifier and Type Class Description classDefaultLoggingFactoryclassExternalLoggingFactoryA logging factory which does configure a logging infrastructure.
-