MapperKernelMapperLog 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
)
Protected Sub MapperLog (
source As String,
id As String,
ex As Exception
)
Parameters
- source
- Type: SystemString
The caller, in the form Class::Method - id
- Type: SystemString
The log ID. - ex
- Type: SystemException
The exception to log.
See Also