IRecorder Interface

Summary

Recorder interface user with the Record task
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Util
graph BT Type["IRecorder"] class Type type-node

Syntax

public interface IRecorder

Properties

Name Value Summary
AutoFlush bool
Defines whether the underlying writer is automatically flushes or not.
Logger IBuildLogger
Gets The underlying IBuildLogger instance.
Name string
Gets the name of this recorder (possibly a file name).

Methods

Name Value Summary
Close() void
Closes the recorder.
Flush() void
Flushes the recorder.
Start() void
Starts recording.
Stop() void
Stops recording.