Initializes a new instance of the Smartpens class with enable logging flag, logging file location and manual initialize flag.
public Smartpens(bool enableLogging, string logFile, bool manualInit);
Parameters |
Description |
bEnableLogging |
If true, enables logging, If false, disables logging. |
szLogFile |
The path and filename of the log file to use. |
bManualInit |
If true, does not initialize library. If false (or this parameter not passed), initializes the library. |