FieldKernelFieldLog Method (String, String, Exception) |
Devlog an entry using caller as source with mapper.field identified.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void FieldLog(
string source,
string id,
Exception ex
)
Public Sub FieldLog (
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