DefaultFileLogger Constructor (String, Boolean) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DefaultFileLogger(
string path,
bool append
)
Public Sub New (
path As String,
append As Boolean
)
public:
DefaultFileLogger(
String^ path,
bool append
)
new :
path : string *
append : bool -> DefaultFileLogger
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