LogWriter.

Write(char[]) Method

Summary

Writes a character array to the buffer.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
LogWriter

Syntax

public override void Write(char[] chars)

Parameters

Name Type Description
chars char[] The character array to write to the text stream.

Return Value

Type Description
void