Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBuildEngine.OnLog

Event handler for logging messages

Declaration

Source position: fpmkunit.pp line 1495

public property TBuildEngine.OnLog : TLogEvent
  read FOnLog
  write FOnlog;

Description

OnLog is the event handler called when the build engine generates log messages. This event enables custom logging implementations and integration with external logging systems.

The event handler receives log level, message text, and formatting parameters, allowing custom processing, filtering, and routing of build system messages.


Documentation generated on: Dec 15 2025