Initializes a new instance of the Smartpens class with enable logging flag and log file location.
public Smartpens(bool enableLogging, string logFile);
Parameters |
Description |
bool enableLogging |
If true, enables logging; if false, disables logging. |
string logFile |
The path and filename of the log file to use. |