| ControllerBaseLogEventOnEntry Method |
If customer setting "TraceEventOnEntry" is set, an entry is written to tblEventLog.
Can be used to trace chains of event.
Endless chains of event can be detected by inspecting the recusion depth in the log.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxprotected static long LogEventOnEntry(
string eventType,
string eventHandlerName,
string objectName
)
Parameters
- eventType
- Type: SystemString
- eventHandlerName
- Type: SystemString
- objectName
- Type: SystemString
Return Value
Type:
Int64
See Also