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

TLogEvent

Event type for logging web application events

Declaration

Source position: custweb.pp line 39

type TLogEvent = procedure(

  EventType: TEventType;

  const Msg: string

) of object;

Arguments

EventType

  

The type of event being logged

Msg

  

The message text to be logged

Description

Event handler type called when the web application needs to log an event. Allows custom logging implementation for web application events and errors.

See also

TWebHandler.OnLog

  

Event for logging web application events and errors


Documentation generated on: Jan 27 2026