1#include "../../include/utils/logger.h"
6 return os <<
"\033[" << mod.
code <<
"m";
22 std::cout << getColor(type);
30 if (opened && !omit) {
31 std::cout << std::endl;
38 openedLogFile =
false;
43 std::string rankLbl =
"";
45 rankLbl =
"(" + std::to_string(
LOGCFG.
rank) +
")";
48 case DEBUG: label =
"[DEBUG] ";
break;
49 case INFO: label =
"[INFO ] ";
break;
50 case TRACE: label =
"[TRACE] ";
break;
51 case WARN: label =
"[WARN ] ";
break;
52 case ERROR: label =
"[ERROR] ";
break;
53 case TIME: label =
"[TIME ] ";
break;
55 return rankLbl + label;
Modify (color) of terminal output.
Modifier(Code pCode)
Constructor.
Color::Modifier getColor(typeLog type)
std::string getLabel(typeLog type)
std::ostream & operator<<(std::ostream &os, const Color::Modifier &mod)
@ FG_LIGHT_GREEN
Foreground: light red.
@ FG_DARK_GRAY
Foreground: light gray.
@ FG_YELLOW
Foreground: green.
@ FG_WHITE
Foreground: light cyan.
@ FG_BLUE
Foreground: yellow.
@ FG_RED
Foreground: black.
bool omitTime
omit time output/logging
std::string logFileName
log file to be written
bool write2LogFile
write additionally to log file
int rank
whether to use MPI