MapperKernelFieldLog Method |
Devlog a field-specific entry using caller as source with mapper and 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(
IField fld,
string source,
string id,
string message,
LogMessageLevel level,
LogCategory category
)
Public Sub FieldLog (
fld As IField,
source As String,
id As String,
message As String,
level As LogMessageLevel,
category As LogCategory
)
Parameters
- fld
- Type: NetQuarry.DataIField
The related field. - source
- Type: SystemString
The caller, in the form Class::Method - id
- Type: SystemString
The log ID. - message
- Type: SystemString
The message to log. - level
- Type: NetQuarryLogMessageLevel
The devlog severity. - category
- Type: NetQuarryLogCategory
The devlog category.
See Also