public class LoggingBuildListener extends Object implements BuckEventListener
| Constructor and Description |
|---|
LoggingBuildListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildFinished(BuildEvent.Finished finished) |
void |
buildStarted(BuildEvent.Started started) |
void |
close()
Cleanup, output any trace data collected to the backing store.
|
void |
handleConsoleEvent(ConsoleEvent logEvent) |
void |
handleFallback(Object event) |
public void handleConsoleEvent(ConsoleEvent logEvent)
public void buildStarted(BuildEvent.Started started)
public void buildFinished(BuildEvent.Finished finished)
public void handleFallback(Object event)
public void close()
BuckEventListenerclose in interface BuckEventListenerclose in interface Closeableclose in interface AutoCloseable