Allow specific log filenames to be supplied to ekat::logging::Logger
#209
Labels
enhancement
New feature or request
ekat::logging::Logger
#209
Is your feature request related to a problem? Please describe.
Currently, all of the constructors for EKAT's
Logger
class append the MPI rank and_logfile.txt
to the name provided. E3SM passes EAM a log file name to use for logging messages, so it would be nice to have a mechanism for specifying exactly that log file.Describe the solution you'd like
Can we add a constructor to the
Logger
class that was able to accept a given log file name? I don't know how all of this fits in with MPI ranks and such. I think we should draw @AaronDonahue into this conversation.The text was updated successfully, but these errors were encountered: