public class LoggingServiceRegistry extends DefaultServiceRegistry
ServiceRegistry implementation which provides the logging services.| Modifier and Type | Method and Description |
|---|---|
protected CommandLineConverter<LoggingConfiguration> |
createCommandLineConverter() |
protected Factory<LoggingManagerInternal> |
createLoggingManagerFactory() |
protected OutputEventRenderer |
createOutputEventRenderer() |
protected ProgressLoggerFactory |
createProgressLoggerFactory() |
protected StdErrLoggingSystem |
createStdErrLoggingSystem() |
protected StdOutLoggingSystem |
createStdOutLoggingSystem() |
protected StyledTextOutputFactory |
createStyledTextOutputFactory() |
protected TimeProvider |
createTimeProvider() |
static LoggingServiceRegistry |
newChildProcessLogging()
Creates a set of logging services which are suitable to use in a child process.
|
static LoggingServiceRegistry |
newCommandLineProcessLogging()
Creates a set of logging services which are suitable to use in a command-line process.
|
static LoggingServiceRegistry |
newEmbeddableLogging()
Creates a set of logging services which are suitable to use embedded in another application.
|
add, add, close, get, getFactory, newInstance, toStringpublic static LoggingServiceRegistry newCommandLineProcessLogging()
public static LoggingServiceRegistry newChildProcessLogging()
public static LoggingServiceRegistry newEmbeddableLogging()
protected CommandLineConverter<LoggingConfiguration> createCommandLineConverter()
protected TimeProvider createTimeProvider()
protected StdOutLoggingSystem createStdOutLoggingSystem()
protected StyledTextOutputFactory createStyledTextOutputFactory()
protected StdErrLoggingSystem createStdErrLoggingSystem()
protected ProgressLoggerFactory createProgressLoggerFactory()
protected Factory<LoggingManagerInternal> createLoggingManagerFactory()
protected OutputEventRenderer createOutputEventRenderer()
Copyright © 2013. All rights reserved