Public Interface LogControl
public interface LogControl
The LogControl type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoDelete |
If this is True, the log file will be deleted on a clean session exit.
If False, then logs will be kept.
Default: True.
| |
| Folder |
Gets or sets the folder for the log file.
| |
| FullFileName |
Gets the full path (folder and filename) of the current log file.
| |
| Level |
Gets and sets the level of logging messages wanted in the log.
Set this to LogLevel.None to disable logging.
Default: LogLevel.None.
| |
| RuleEntryExitMessageLevel |
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.
|
| Name | Description | |
|---|---|---|
| Log |
Log a message.
| |
| SaveLogAs |
Save the current log to a file with the specified path.
If the file exists already, it will be overwritten.
|