Enables or disables logging. The default log path is: [My Documents]\My Livescribe\Log\PenComm.log
public void ConfigureLogging(bool enableLogging, string logFile);
Parameters |
Description |
bool enableLogging |
true=Enabled, false=Disabled |
string logFile |
If specified this will override the default log location. |