20 auto deck =
new LoggerDeck(debug_level, filename);
24void util::io::log(
const std::string & str,
bool screen_out,
int printMpiRank) {
38void util::io::log(std::ostringstream &oss,
bool screen_out,
int printMpiRank) {
Prints log to std::cout and also write to the file.
void log(std::ostringstream &oss, bool screen_out=false, int printMpiRank=print_default_mpi_rank)
Log the message.
util::io::Logger * logger_p
void initLogger(int debug_level=logger_default_debug_lvl, std::string filename="")
Initializes the logger.
void log(std::ostringstream &oss, bool screen_out=false, int printMpiRank=print_default_mpi_rank)
Global method to log the message.
Deck to store log parameters.