[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Level of the message.
Source position: dbugintf.pp line 23
type TDebugLevel = ( |
||
dlInformation, |
|
Informational message |
dlWarning, |
|
Warning message |
dlError |
|
Error message |
); |
TDebugLevel indicates the severity level of the debug message to be sent. By default, an informational message is sent.
|
Format and send message with alternate type |
|
|
Send debug message other than informational messages |