Constructor

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

Syntax

C#
public TraceFileLogger(
	string appName,
	string logFilePath
)
Visual Basic (Declaration)
Public Sub New ( _
	appName As String, _
	logFilePath As String _
)
Visual C++
public:
TraceFileLogger(
	String^ appName, 
	String^ logFilePath
)

Parameters

appName
Type: System..::.String
Name of application requesting the file logger
logFilePath
Type: System..::.String
Path of the log file to create

See Also