NAnt SDK Documentation - v0.85-nightly-2005-11-09

LogWriter Members

LogWriter overview

Public Instance Constructors

LogWriter Constructor Initializes a new instance of the LogWriter class for the specified Task with the specified output level and format provider.

Public Instance Properties

Encoding Gets the Encoding in which the output is written.
FormatProvider (inherited from TextWriter) 
NewLine (inherited from TextWriter) 

Public Instance Methods

CloseMissing <summary> documentation for M:NAnt.Core.LogWriter.Close
CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from TextWriter)Overloaded.  
Equals (inherited from Object) 
Flush (inherited from TextWriter) 
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetType (inherited from Object) 
InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
ToString (inherited from Object) 
WriteOverloaded. Writes a character array to the text stream.
Write (inherited from TextWriter)Overloaded.  
WriteLineOverloaded. Missing <summary> documentation for M:NAnt.Core.LogWriter.WriteLine
WriteLine (inherited from TextWriter)Overloaded.  

Protected Instance Fields

CoreNewLine (inherited from TextWriter) 

Protected Instance Properties

OutputLevel Gets the Level with which messages will be output to the build log.

Protected Instance Methods

Dispose (inherited from TextWriter)Overloaded.  
Finalize (inherited from Object) 
MemberwiseClone (inherited from MarshalByRefObject)Overloaded.  
MemberwiseClone (inherited from Object)Overloaded.  

See Also

LogWriter Class | NAnt.Core Namespace