mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 21:33:04 +01:00
switched background to white, used dark gray with bold option for info text
This commit is contained in:
@@ -222,7 +222,7 @@ inline void Output2FILE::Output(const std::string& msg, TLogLevel level)
|
||||
switch(level){
|
||||
case logERROR: cprintf(RED BOLD,"%s",msg.c_str()); break;
|
||||
case logWARNING: cprintf(YELLOW BOLD,"%s",msg.c_str()); break;
|
||||
case logINFO: cprintf(GRAY,"%s",msg.c_str()); break;
|
||||
case logINFO: cprintf(DARKGRAY BOLD,"%s",msg.c_str()); break;
|
||||
default: fprintf(pStream,"%s",msg.c_str()); break;
|
||||
}
|
||||
fflush(pStream);
|
||||
|
||||
Reference in New Issue
Block a user