mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
add a command line to enable/disable the color format in the fairmq log console output
This commit is contained in:
@@ -42,6 +42,7 @@ FairProgOptions::FairProgOptions() :
|
||||
" STATE \n"
|
||||
" NOLOG"
|
||||
)
|
||||
("log-color-format", po::value<bool>()->default_value(true), "logger color format : true or false")
|
||||
;
|
||||
|
||||
fSeverityMap["TRACE"] = fairmq::severity_level::TRACE;
|
||||
|
Reference in New Issue
Block a user