Uses of Interface
de.quantummaid.httpmaid.logger.LoggerImplementation
-
Packages that use LoggerImplementation Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.logger -
-
Uses of LoggerImplementation in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type LoggerImplementation Modifier and Type Method Description voidCoreModule. setLogger(LoggerImplementation logger) -
Uses of LoggerImplementation in de.quantummaid.httpmaid.logger
Methods in de.quantummaid.httpmaid.logger that return LoggerImplementation Modifier and Type Method Description static LoggerImplementationLoggers. logTo(PrintStream printStream)static LoggerImplementationLoggers. noLogger()static LoggerImplementationLoggers. stderrLogger()static LoggerImplementationLoggers. stdoutAndStderrLogger()static LoggerImplementationLoggers. stdoutLogger()Methods in de.quantummaid.httpmaid.logger with parameters of type LoggerImplementation Modifier and Type Method Description static LoggerLogger. logger(LoggerImplementation loggerImplementation, MetaData metaData)static ProcessorSetLoggerProcessor. setLoggerProcessor(LoggerImplementation loggerImplementation)static ConfiguratorLoggerConfigurators. toLogUsing(LoggerImplementation logger)
-