NAnt SDK Documentation - v0.92

IBuildLogger.EmacsMode Property

Gets or sets a value indicating whether to produce emacs (and other editor) friendly output.

[Visual Basic]
Property EmacsMode As Boolean
[C#]
bool EmacsMode {get; set;}

Property Value

true if output is to be unadorned so that emacs and other editors can parse files names, etc.

See Also

IBuildLogger Interface | NAnt.Core Namespace