Provides access to the output of the Gradle logging system.
Type | Name and 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. |
Adds a listener which receives output written to standard error by the Gradle logging system.
listener
- The listener to add.Adds a listener which receives output written to standard output by the Gradle logging system.
listener
- The listener to add.Removes a listener from standard error.
listener
- The listener to remove.Removes a listener from standard output.
listener
- The listener to remove.