LogWriter.

LogWriter(Task, Level, IFormatProvider) Constructor

Summary

Initializes a new instance of the NAnt.Core.LogWriter class for the specified NAnt.Core.Task with the specified output level and format provider.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
LogWriter

Syntax

public LogWriter(Task task, Level outputLevel, IFormatProvider formatProvider)

Parameters

Name Type Description
task Task Determines the indentation level.
outputLevel Level The NAnt.Core.Level with which messages will be output to the build log.
formatProvider IFormatProvider An System.IFormatProvider object that controls formatting.

Return Value

Type Description
void