RanorexRanorex Documentation
LogData Method (level, category, data)
NamespacesRanorexReportLogData(ReportLevel, String, Object)
Logs a data message.
Declaration Syntax
C#Visual BasicVisual C++
public static void LogData(
	ReportLevel level,
	string category,
	Object data
)
Public Shared Sub LogData ( _
	level As ReportLevel, _
	category As String, _
	data As Object _
)
public:
static void LogData(
	ReportLevel level, 
	String^ category, 
	Object^ data
)
Parameters
level (ReportLevel)
The reporting level of the message.
category (String)
The category name.
data (Object)
The data object to log.
Remarks
Note that this is not support by all loggers, nor are all data types supported.

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