| procedure, public :: log_message => cable_error_handler_base_log_message | |
| procedure, public :: abort => cable_error_handler_base_abort |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_error_handler_base_t), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | message | |||
| character(len=*), | intent(in) | :: | file | |||
| integer, | intent(in) | :: | line |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_error_handler_base_t), | intent(inout) | :: | this |