Event procedure for logging messages
Source position: fpmkunit.pp line 202
type TLogEvent = procedure( |
Level: TVerboseLevel; |
const Msg: string |
) of object; |
Level |
|
Logging level for the message |
Msg |
|
Log message text |
Procedure type used for handling logging messages in the build system. Implemented by applications to receive and process log messages with specified verbosity levels.