DefaultFileLogger Constructor (String) |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic DefaultFileLogger(
string path
)
Public Sub New (
path As String
)
public:
DefaultFileLogger(
String^ path
)
new :
path : string -> DefaultFileLogger
Parameters
- path
- Type: SystemString
The path of the text file.
See Also