Sets up the reporting environment compatible with Ranorex version 2.X.
| C# | Visual Basic | Visual 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 )
- 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.
