Debug

Sets whether to write messages sent via the Log(value) method to the log file.

Values

This property can take one of the following values:

  • true. Specifies to write the messages to the log file.
  • false. Specifies not to write the messages to the log file.
Examples

MsgHandler.Debug = true;

Writes messages to the log file.