FileLogger

Undocumented in source.

Constructors

this
this(File file, bool verbose)
Undocumented in source.

Members

Functions

buildEnded
void buildEnded(bool success, TickDuration duration)
Undocumented in source. Be warned that the author may not have intended to support it.
buildStarted
void buildStarted()
Undocumented in source. Be warned that the author may not have intended to support it.
taskStarted
TaskLogger taskStarted(Index!Task index, Task task, bool dryRun)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Logger

buildStarted
void buildStarted()

The build has started.

buildEnded
void buildEnded(bool success, TickDuration duration)

The build has ended.

taskStarted
TaskLogger taskStarted(Index!Task index, Task task, bool dryRun)

Called when a task has started and returns a new task logger.

Meta