LogFileWriter overview

Public Constructors

LogFileWriter Constructs a LogFileWriter from the name of the file to which entries should be written.

Public Methods

Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  
Write Writes the specified formatted string to the log file.
WriteLine Writes the specified formatted string and a new line to the log file.

Public Properties

FileName The name of the log file being written to.

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

LogFileWriter Class | Eas.WebCrawler.Common.IO Namespace