NAnt SDK Documentation - v0.92

LogWriter Class

Implements a TextWriter for writing information to the NAnt logging infrastructure.

For a list of all members of this type, see LogWriter Members.

System.Object
   System.MarshalByRefObject
      System.IO.TextWriter
         NAnt.Core.LogWriter

[Visual Basic]
Public Class LogWriter
    Inherits TextWriter
[C#]
public class LogWriter : TextWriter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

LogWriter Members | NAnt.Core Namespace