"Starts" the logger for the ftp client

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void StartLogger(
	string logDir
)
Visual Basic (Declaration)
Public Sub StartLogger ( _
	logDir As String _
)
Visual C++
public:
void StartLogger(
	String^ logDir
)

Parameters

logDir
Type: System..::.String
Path to write ftp.log to

See Also