Enum ReportLevel
The possible levels for reporting events to the report.
public enum ReportLevel
Fields
All = 0Report events from all levels.
Error = 2Report only events with the status Error.
Off = 3Disable all report levels. A report is not created.
Warning = 1Report only events with the status Warning or Error.