Goddard-Fortran-Ecosystem / pFlogger

A parallel Fortran logger (based on the design of the Python logger)
Other
18 stars 8 forks source link

Enable last_resort #14

Closed tclune closed 4 years ago

tclune commented 4 years ago

Ensure that if no handlers are found for an above threshold log message, that a handler of last resort is still used to emit the message. As per python's logger, this should default to a stream writing to ERROR_UNIT.