Creates a new instance of file log writer based on the specified file and log level.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	path As String, _
	level As LogLevel _
)
C#
public FileLogWriter(
	string path,
	LogLevel level
)

Parameters

path
Type: System..::..String
Path to log file.
level
Type: Rebex..::..LogLevel
Log level.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also