Click or drag to resize

DefaultFileLogger Constructor (String)

Creates a new instance of the DefaultFileLogger class.

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public DefaultFileLogger(
	string path
)

Parameters

path
Type: SystemString
The path of the text file.
See Also