Logs an event message using the configured log handler
Source position: custweb.pp line 89
public procedure TWebHandler.Log( |
EventType: TEventType; |
const Msg: string |
); |
EventType |
|
The type of event being logged |
Msg |
|
The message text to log |
Logs an event message with the specified event type if a log event handler is assigned. Provides centralized logging for web application events and errors.
No specific errors, depends on log handler implementation.
|
Event for logging web application events and errors |