RanorexRanorex Documentation
Setup Method (minLevel, xmlLogFileName, logToConsole, appendExisting)
NamespacesRanorexReportSetup(ReportLevel, String, Boolean, 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 xmlLogFileName,
	bool logToConsole,
	bool appendExisting
)
Public Shared Sub Setup ( _
	minLevel As ReportLevel, _
	xmlLogFileName As String, _
	logToConsole As Boolean, _
	appendExisting As Boolean _
)
public:
static void Setup(
	ReportLevel minLevel, 
	String^ xmlLogFileName, 
	bool logToConsole, 
	bool appendExisting
)
Parameters
minLevel (ReportLevel)
The minimum ReportLevel for messages that are to be written to the report.
xmlLogFileName (String)
Name of the XML log file, or null if XML logging should be disabled.
logToConsole (Boolean)
if set to true, logging to console is enabled.
appendExisting (Boolean)
if set to true, append to existing XML file instead of overwriting it.

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