Click or drag to resize

DevLogLogMessage Method (String, String, Exception)

Logs an exception to the DevLog

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void LogMessage(
	string Source,
	string logID,
	Exception ex
)

Parameters

Source
Type: SystemString
The source of the log message. Typically, this is the method name.
logID
Type: SystemString
The ID to use to log the exception
ex
Type: SystemException
The exception object
See Also