Hosted by
 |
Messages
 |  | procedure Debug |  |
 | Print a message to error output, followed by a newline. |  |
|
 |  | procedure Debug2 |  |
 | Print a message to error output, no newline. |  |
|
 |  | procedure Message |  |
 | If not in quiet mode, print the program name (if non-empty) and
the message text to error output, followed by a newline. |  |
|
 |  | procedure Error |  |
 | Print the program name (if non-empty) and the error message text
to error output, followed by a newline. Set exit status to
failure. |  |
|
 |  | procedure Error |  |
 | Print a formatted error message for an exception. |  |
Param | Type | Description |
in E | Exception_Occurrence |
|
|
 |  | procedure Set_Program_Name |  |
 |
|  |
 |  | function Get_Program_Name |  |
 |
|  |
|
|