Enumerations | |
| enum | { notus_log_normal , notus_log_highlight_information , notus_log_warning , notus_log_critical , notus_log_error } |
Functions/Subroutines | |
| subroutine | notus_log (message, depth, type, processor_rank) |
| Log message. | |
| subroutine | notus_log_skip_line (type, processor_rank) |
| Skip a line in the log. | |
| subroutine | notus_log_double (message, double, depth, type, processor_rank) |
| Log message with a floating point number. | |
Variables | |
| integer, parameter | notus_log_length = 132 |
| Maximal length of a log message. | |
| integer, parameter | notus_log_solver_status_length = 61 |
| Maximal length of a solver log message. | |
| logical | log_has_color = .true. |
| Output color. | |