Click or drag to resize

MapperKernel.MapperLog Method (String, String, Exception)

Devlog an exception using caller as source with mapper identified.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void MapperLog(
	string source,
	string id,
	Exception ex
)

Parameters

source
Type: System.String
The caller, in the form Class::Method
id
Type: System.String
The log ID.
ex
Type: System.Exception
The exception to log.
See Also