NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
LogWriter Constructor
[This is preliminary documentation and subject to change.]
Initializes a new instance of the LogWriter class for the specified Task with the specified output level and format provider.
[Visual Basic]
Public Sub New( _
ByVal
task As
Task, _
ByVal
outputLevel As
Level, _
ByVal
formatProvider As
IFormatProvider _
)
Parameters
-
task
- Determines the indentation level.
-
outputLevel
- The Level with which messages will be output to the build log.
-
formatProvider
- An IFormatProvider object that controls formatting.
Remarks
Missing <remarks> documentation for M:NAnt.Core.LogWriter.#ctor(NAnt.Core.Task,NAnt.Core.Level,System.IFormatProvider)
See Also
LogWriter Class | NAnt.Core Namespace