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

TLogEvent

Event procedure for logging messages

Declaration

Source position: fpmkunit.pp line 202

type TLogEvent = procedure(

  Level: TVerboseLevel;

  const Msg: string

) of object;

Arguments

Level

  

Logging level for the message

Msg

  

Log message text

Description

Procedure type used for handling logging messages in the build system. Implemented by applications to receive and process log messages with specified verbosity levels.


Documentation generated on: Dec 15 2025