Goddard-Fortran-Ecosystem / pFlogger

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

add root_info(...) method to Logger class? #3

Open tclune opened 5 years ago

tclune commented 5 years ago

Sometimes a message really only needs to come from one process. One can do this by having a separate logger for the purpose, but then it needs to have a different name and the client code has to declare a pointer and set the pointer, etc.

A lighter weight mechanism is desirable.

(Debating with self whether there is another way ...)