Click or drag to resize

LogControl Properties

The LogControl type exposes the following members.

Properties
  NameDescription
Public propertyAutoDelete
If this is True, the log file will be deleted on a clean session exit. If False, then logs will be kept. Default: True.
Public propertyFolder
Gets or sets the folder for the log file.
Public propertyFullFileName
Gets the full path (folder and filename) of the current log file.
Public propertyLevel
Gets and sets the level of logging messages wanted in the log. Set this to LogLevel.None to disable logging. Default: LogLevel.None.
Public propertyRuleEntryExitMessageLevel
If this is set to a level other than None, the log will contain messages for rule entry and exit, and for the events that cause the rules to run. Default: LogLevel.Trace.
Top
See Also