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.IOAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)