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

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

Syntax

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

Parameters

path
Type: System..::..String
Path to log file.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also