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

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

Syntax

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

Parameters

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

See Also