|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | 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 |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||