public interface LoggingManagerInternal extends LoggingManager, StandardOutputCapture, LoggingOutputInternal
| Modifier and Type | Method and Description |
|---|---|
LoggingManagerInternal |
captureStandardError(LogLevel level)
Requests that output written to System.err be routed to Gradle's logging system.
|
LoggingManagerInternal |
captureStandardOutput(LogLevel level)
Requests that output written to System.out be routed to Gradle's logging system.
|
LoggingManagerInternal |
setLevel(LogLevel logLevel)
Sets the minimum logging level.
|
LoggingManagerInternal |
start()
Starts redirection of System.out and System.err to the Gradle logging system.
|
LoggingManagerInternal |
stop()
Restores System.out and System.err to the values they had before
StandardOutputCapture.start() has been called. |
getLevel, getStandardErrorCaptureLevel, getStandardOutputCaptureLeveladdOutputEventListener, colorStdOutAndStdErr, removeOutputEventListeneraddStandardErrorListener, addStandardOutputListener, removeStandardErrorListener, removeStandardOutputListenerLoggingManagerInternal start()
StandardOutputCapturestart in interface StandardOutputCaptureLoggingManagerInternal stop()
StandardOutputCaptureStandardOutputCapture.start() has been called.stop in interface StandardOutputCaptureLoggingManagerInternal captureStandardOutput(LogLevel level)
LoggingManagerLogLevel.QUIETcaptureStandardOutput in interface LoggingManagerlevel - The log level to route System.out to.LoggingManagerInternal captureStandardError(LogLevel level)
LoggingManagerLogLevel.ERROR.captureStandardError in interface LoggingManagerlevel - The log level to route System.err to.LoggingManagerInternal setLevel(LogLevel logLevel)
LoggingManagersetLevel in interface LoggingManagerlogLevel - The minimum logging level.Copyright © 2013. All rights reserved