FieldKernelFieldLog Method (String, String, String, LogMessageLevel, LogCategory) |
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,
string message,
LogMessageLevel level,
LogCategory category
)
Public Sub FieldLog (
source As String,
id As String,
message As String,
level As LogMessageLevel,
category As LogCategory
)
Parameters
- 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