public class JavaUtilsLoggingBuildListener extends Object implements BuckEventListener
Constructor and Description |
---|
JavaUtilsLoggingBuildListener(ProjectFilesystem filesystem) |
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.
|
static void |
closeLogFile() |
void |
ruleFinished(BuildRuleEvent.Finished finished) |
void |
ruleResumed(BuildRuleEvent.Resumed resumed) |
void |
ruleStarted(BuildRuleEvent.Started started) |
void |
ruleSuspended(BuildRuleEvent.Suspended suspended) |
public JavaUtilsLoggingBuildListener(ProjectFilesystem filesystem)
public void buildStarted(BuildEvent.Started started)
public void buildFinished(BuildEvent.Finished finished)
public void ruleStarted(BuildRuleEvent.Started started)
public void ruleFinished(BuildRuleEvent.Finished finished)
public void ruleResumed(BuildRuleEvent.Resumed resumed)
public void ruleSuspended(BuildRuleEvent.Suspended suspended)
public void close()
BuckEventListener
close
in interface BuckEventListener
close
in interface Closeable
close
in interface AutoCloseable
public static void closeLogFile()