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

Declaration Syntax

Public Sub New( _
	ByVal fileName As String _
)
public LogFileWriter(
	string fileName
);
public: LogFileWriter(
	String fileName
);
public function LogFileWriter(
	fileName : String
);

Parameters

fileName
The name of the file to which entries should be written. 

Requirements

Namespace: Eas.WebCrawler.Common.IO
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

LogFileWriter Class | LogFileWriter Members | Eas.WebCrawler.Common.IO Namespace