NAnt SDK Documentation - v0.92

Project.Verbose Property

Gets a value indicating whether tasks should output more build log messages.

[Visual Basic]
Public ReadOnly Property Verbose As Boolean
[C#]
public bool Verbose {get;}

Property Value

true if tasks should output more build log message; otherwise, false.

See Also

Project Class | NAnt.Core Namespace