Event handler for logging messages
Source position: fpmkunit.pp line 1495
public property TBuildEngine.OnLog : TLogEvent |
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.