Level of the message.
Source position: dbugintf.pp line 31
| 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. |