- Replace the fairmq logger with one based on Boost.Log

- Adapt FairProgOptions to the new logger
This commit is contained in:
winckler
2015-09-07 18:51:50 +02:00
committed by Mohammad Al-Turany
parent bea05ea6c1
commit e0ca1f62b3
14 changed files with 722 additions and 145 deletions

View File

@@ -45,7 +45,7 @@ public:
}
catch (std::exception& e)
{
MQLOG(ERROR) << e.what();
LOG(ERROR) << e.what();
return 1;
}
return 0;