| Modifier and Type | Method and Description |
|---|---|
protected LoggingManagerInternal |
TaskInternalServiceRegistry.createLoggingManager() |
protected LoggingManagerInternal |
ProjectInternalServiceRegistry.createLoggingManager() |
| Constructor and Description |
|---|
DefaultScriptPluginFactory(ScriptCompilerFactory scriptCompilerFactory,
ImportsReader importsReader,
ScriptHandlerFactory scriptHandlerFactory,
ClassLoader defaultClassLoader,
Factory<LoggingManagerInternal> loggingManagerFactory) |
| Constructor and Description |
|---|
DefaultGradleLauncher(GradleInternal gradle,
InitScriptHandler initScriptHandler,
SettingsHandler settingsHandler,
BuildLoader buildLoader,
BuildConfigurer buildConfigurer,
BuildListener buildListener,
ExceptionAnalyser exceptionAnalyser,
LoggingManagerInternal loggingManager,
ModelConfigurationListener modelConfigurationListener,
BuildExecuter buildExecuter)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ForegroundDaemonMain.initialiseLogging(OutputEventRenderer renderer,
LoggingManagerInternal loggingManager,
File daemonLog) |
protected void |
DaemonMain.initialiseLogging(OutputEventRenderer renderer,
LoggingManagerInternal loggingManager,
File daemonLog) |
| Constructor and Description |
|---|
DaemonServices(DaemonServerConfiguration configuration,
ServiceRegistry loggingServices,
LoggingManagerInternal loggingManager) |
| Constructor and Description |
|---|
DefaultDaemonCommandExecuter(GradleLauncherFactory launcherFactory,
ExecutorFactory executorFactory,
ProcessEnvironment processEnvironment,
LoggingManagerInternal loggingManager,
File daemonLog) |
| Modifier and Type | Method and Description |
|---|---|
LoggingManagerInternal |
LoggingManagerInternal.captureStandardError(LogLevel level) |
LoggingManagerInternal |
LoggingManagerInternal.captureStandardOutput(LogLevel level) |
LoggingManagerInternal |
LoggingManagerInternal.setLevel(LogLevel logLevel) |
LoggingManagerInternal |
LoggingManagerInternal.start() |
LoggingManagerInternal |
LoggingManagerInternal.stop() |
| Modifier and Type | Method and Description |
|---|---|
protected Factory<LoggingManagerInternal> |
LoggingServiceRegistry.createLoggingManagerFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoggingManager |
| Modifier and Type | Method and Description |
|---|---|
LoggingManagerInternal |
EmbeddedLoggingManagerFactory.create() |
LoggingManagerInternal |
DefaultLoggingManagerFactory.create() |
| Modifier and Type | Method and Description |
|---|---|
Factory<LoggingManagerInternal> |
EmbeddedLoggingServices.getLoggingManagerFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpLoggingManager |
| Modifier and Type | Method and Description |
|---|---|
LoggingManagerInternal |
NoOpLoggingManager.captureStandardError(LogLevel level) |
LoggingManagerInternal |
NoOpLoggingManager.captureStandardOutput(LogLevel level) |
LoggingManagerInternal |
NoOpLoggingManager.setLevel(LogLevel level) |
LoggingManagerInternal |
NoOpLoggingManager.start() |
LoggingManagerInternal |
NoOpLoggingManager.stop() |
| Constructor and Description |
|---|
LoggingBridgingGradleLauncherActionExecuter(GradleLauncherActionExecuter<ProviderOperationParameters> executer,
Factory<LoggingManagerInternal> loggingManagerFactory) |
Copyright © 2013. All rights reserved