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

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)