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