Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TWebHandler.Log

Logs an event message using the configured log handler

Declaration

Source position: custweb.pp line 89

public procedure TWebHandler.Log(

  EventType: TEventType;

  const Msg: string

);

Arguments

EventType

  

The type of event being logged

Msg

  

The message text to log

Description

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.

Errors

No specific errors, depends on log handler implementation.

See also

OnLog

  

Event for logging web application events and errors


Documentation generated on: Jan 27 2026