RanorexRanorex Documentation
Log Method (level, category, message)
NamespacesRanorexReportLog(ReportLevel, String, String)
Logs a message.
Declaration Syntax
C#Visual BasicVisual C++
public static void Log(
	ReportLevel level,
	string category,
	string message
)
Public Shared Sub Log ( _
	level As ReportLevel, _
	category As String, _
	message As String _
)
public:
static void Log(
	ReportLevel level, 
	String^ category, 
	String^ message
)
Parameters
level (ReportLevel)
The reporting level of the message.
category (String)
The category name.
message (String)
The message text itself.

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