| [Overview][Resource strings][Types][Classes][Index] | 
Log a debug message
Source position: eventlog.pp line 86
| public procedure TEventLog.Debug( | 
| const Msg: string | 
| ); overload; | 
| const Fmt: string; | 
| Args: array of Const | 
| ); overload; | 
| Msg | 
 | Complete debug message | 
| Fmt | 
 | Formatting string for Args | 
| Args | 
 | Arguments to format message with | 
Debug is a utility function which logs a message with the etDebug 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 a warning message. | |
| 
 | Log an error message to |