[Overview][Resource strings][Types][Classes][Index] |
Log a warning message.
Source position: eventlog.pp line 82
public procedure TEventLog.Warning( |
const Msg: string |
); overload; |
const Fmt: string; |
Args: array of Const |
); overload; |
Msg |
|
Complete warning message |
Fmt |
|
Formatting string for Args |
Args |
|
Arguments to format message with |
Warning is a utility function which logs a message with the etWarning type. The message is either the parameter Msg as is, or is formatted from the Fmt and Args parameters.
|
Log a message to the system log. |
|
|
Log an informational message |
|
|
Log an error message to |
|
|
Log a debug message |