|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface LoggingOutput
Provides access to the output of the Gradle logging system.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
public void addStandardErrorListener(StandardOutputListener listener)
listener - The listener to add.
public void addStandardOutputListener(StandardOutputListener listener)
listener - The listener to add.
public void removeStandardErrorListener(StandardOutputListener listener)
listener - The listener to remove.
public void removeStandardOutputListener(StandardOutputListener listener)
listener - The listener to remove.
Gradle API 1.5