* split log console output sink into two sinks, one for cout and one for cerr.

* remove logger_oldboost_version files and add ifdef boost version in logger.cxx instead

* change default logger level in FairMqProgOptions
This commit is contained in:
winckler
2015-09-29 16:50:44 +02:00
parent 54e1777c00
commit a75486f3ec
10 changed files with 55 additions and 418 deletions

View File

@@ -15,13 +15,7 @@
#ifndef FAIRMQLOGGER_H_
#define FAIRMQLOGGER_H_
#include <boost/version.hpp>
#if BOOST_VERSION < 105600
#include "logger/logger_oldboost_version.h"
#else
#include "logger/logger.h"
#endif
typedef unsigned long long timestamp_t;
timestamp_t get_timestamp();