FileLogWriter Constructor
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
FileLogWriter(String)
Creates a new instance of file log writer based on the specified file and the default "Info" log level.
Declaration
public FileLogWriter(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path to log file. |
FileLogWriter(String, LogLevel)
Creates a new instance of file log writer based on the specified file and log level.
Declaration
public FileLogWriter(string path, LogLevel level)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path to log file. |
LogLevel | level | Log level. |