Definition of diagnostic message.
Definition at line 269 of file logging.f90.
Variables | |
| integer | level |
| Level of message. | |
| character(:), allocatable | message |
| Primary message. | |
| character(:), allocatable | source |
| Context of the diagnostic source. | |
| type(label_type), dimension(:), allocatable | label |
| Messages associated with this diagnostic. | |
| type(diagnostic_report), dimension(:), allocatable | sub |
| Additional diagnostic information. | |
| type(diagnostic_report) function diagnostic_new | ( | integer, intent(in) | level, |
| character(*), intent(in), optional | message, | ||
| character(*), intent(in), optional | source, | ||
| type(label_type), dimension(..), intent(in), optional | label, | ||
| type(diagnostic_report), dimension(:), intent(in), optional | diagnostic ) |