Event type for logging web application events
Source position: custweb.pp line 39
type TLogEvent = procedure( |
EventType: TEventType; |
const Msg: string |
) of object; |
EventType |
|
The type of event being logged |
Msg |
|
The message text to be logged |
Event handler type called when the web application needs to log an event. Allows custom logging implementation for web application events and errors.
|
Event for logging web application events and errors |