Logs message with specified level and formatting
Source position: fpmkunit.pp line 1485
public procedure TBuildEngine.Log( |
Level: TVerboseLevel; |
Msg: string |
); |
Level: TVerboseLevel; |
Fmt: string; |
const Args: array of Const |
); |
Level |
|
Log level for the message |
Msg |
|
Message text to log |
Level |
|
Log level for the message |
Fmt |
|
Format string for message |
Args |
|
Arguments for format string |
Log outputs formatted log messages with specified verbosity levels during build operations. This method provides structured logging with level-based filtering and message formatting capabilities.
The logging system supports various levels including debug, info, warning, and error messages, with optional format string processing for detailed diagnostic output.