Click or drag to resize
DefaultFileLogger Constructor (String, Boolean)
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,
	bool append
)

Parameters

path
Type: SystemString
The path of the text file.
append
Type: SystemBoolean
If set to false, a new file will be created each time.
See Also