RanorexRanorex Documentation
Setup Method (minLevel, xmlReportFileName, logToConsole)
NamespacesRanorexReportSetup(ReportLevel, String, Boolean)
Sets up the reporting environment compatible with Ranorex version 2.X.
Declaration Syntax
C#Visual BasicVisual C++
public static void Setup(
	ReportLevel minLevel,
	string xmlReportFileName,
	bool logToConsole
)
Public Shared Sub Setup ( _
	minLevel As ReportLevel, _
	xmlReportFileName As String, _
	logToConsole As Boolean _
)
public:
static void Setup(
	ReportLevel minLevel, 
	String^ xmlReportFileName, 
	bool logToConsole
)
Parameters
minLevel (ReportLevel)
The minimum ReportLevel for messages that are to be written to the report.
xmlReportFileName (String)
Name of the XML report file, or null if XML logging should be disabled.
logToConsole (Boolean)
if set to true, logging to console is enabled.

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