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: 1.8.12.0 (1.8.12)
Syntax
public DefaultFileLogger(
	string path
)

Parameters

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