Summary
Gets a value indicating whether tasks should output more build log
messages.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public bool Verbose { get; }
Value
Type | Description |
---|---|
bool |
true if tasks should output more build log message;
otherwise, false .
|