ConsoleLogWriter Constructor
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
ConsoleLogWriter()
Creates a new instance of console log writer with a log level of Info.
Declaration
public ConsoleLogWriter()
ConsoleLogWriter(LogLevel)
Creates a new instance of console log writer with the specified log level.
Declaration
public ConsoleLogWriter(LogLevel level)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | Log level. |