Gets or sets the current report level that is the minimum ReportLevel message
need to have to be included in the report.
| C# | Visual Basic | Visual C++ |
public static ReportLevel CurrentReportLevel { get; set; }
Public Shared Property CurrentReportLevel As ReportLevel
public: static property ReportLevel CurrentReportLevel { ReportLevel get (); void set (ReportLevel value); }
The minimum report level that log entries need to have to be included in the report.
The default level is Info.
