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

Namespace:  Rebex
Assembly:  Rebex.Net.ProxySocket (in Rebex.Net.ProxySocket.dll) Version: 2.0.3844.0

Syntax

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

Parameters

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

See Also