LoggingManagerpublic interface LoggingOutput
| Modifier and Type | Method | Description | 
|---|---|---|
| void | addStandardErrorListener(StandardOutputListener listener) | Adds a listener which receives output written to standard error by the Gradle logging system. | 
| void | addStandardOutputListener(StandardOutputListener listener) | Adds a listener which receives output written to standard output by the Gradle logging system. | 
| void | removeStandardErrorListener(StandardOutputListener listener) | Removes a listener from standard error. | 
| void | removeStandardOutputListener(StandardOutputListener listener) | Removes a listener from standard output. | 
void addStandardOutputListener(StandardOutputListener listener)
listener - The listener to add.void removeStandardOutputListener(StandardOutputListener listener)
listener - The listener to remove.void addStandardErrorListener(StandardOutputListener listener)
listener - The listener to add.void removeStandardErrorListener(StandardOutputListener listener)
listener - The listener to remove.