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

TWebHandler.OnLog

Event for logging web application events and errors

Declaration

Source position: custweb.pp line 105

public property TWebHandler.OnLog : TLogEvent
  read FOnLog
  write FOnLog;

Description

Event called when the web application needs to log events or errors. Allows custom logging implementation for web application diagnostics.

See also

TLogEvent

  

Event type for logging web application events

Log

  

Logs an event message using the configured log handler


Documentation generated on: Jan 27 2026