Click or drag to resize

DefaultFileLogger(String, Boolean) Constructor

Creates a new instance of the DefaultFileLogger class.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public DefaultFileLogger(
	string path,
	bool append
)

Parameters

path  String
The path of the text file.
append  Boolean
If set to false, a new file will be created each time.
See Also