Search in sources :

Example 16 with LoggingManagerInternal

use of org.gradle.internal.logging.LoggingManagerInternal in project gradle by gradle.

the class SystemApplicationClassLoaderWorker method createLoggingManager.

LoggingManagerInternal createLoggingManager(LoggingServiceRegistry loggingServiceRegistry) {
    LoggingManagerInternal loggingManagerInternal = loggingServiceRegistry.newInstance(LoggingManagerInternal.class);
    loggingManagerInternal.captureSystemSources();
    return loggingManagerInternal;
}
Also used : LoggingManagerInternal(org.gradle.internal.logging.LoggingManagerInternal)

Aggregations

LoggingManagerInternal (org.gradle.internal.logging.LoggingManagerInternal)16 LoggingServiceRegistry (org.gradle.internal.logging.services.LoggingServiceRegistry)4 BuildRequestContext (org.gradle.initialization.BuildRequestContext)3 DefaultBuildRequestContext (org.gradle.initialization.DefaultBuildRequestContext)3 ListenerManager (org.gradle.internal.event.ListenerManager)3 File (java.io.File)2 HashMap (java.util.HashMap)2 Map (java.util.Map)2 TeeOutputStream (org.apache.commons.io.output.TeeOutputStream)2 BuildResult (org.gradle.BuildResult)2 StartParameterInternal (org.gradle.api.internal.StartParameterInternal)2 LogLevel (org.gradle.api.logging.LogLevel)2 ConsoleOutput (org.gradle.api.logging.configuration.ConsoleOutput)2 CommandLineParser (org.gradle.cli.CommandLineParser)2 BuildLayoutFactory (org.gradle.initialization.layout.BuildLayoutFactory)2 BuildAction (org.gradle.internal.invocation.BuildAction)2 Daemon (org.gradle.launcher.daemon.server.Daemon)2 DaemonServices (org.gradle.launcher.daemon.server.DaemonServices)2 DaemonExpirationStrategy (org.gradle.launcher.daemon.server.expiry.DaemonExpirationStrategy)2 BuildActionParameters (org.gradle.launcher.exec.BuildActionParameters)2