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: 10.3.199.0
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