#include "log.hpp" #include #include #include namespace xios { std::filebuf* info_FB[16]; CLog info("info") ; CLog report("report") ; CLog error("error", cerr.rdbuf()) ; CLog& CLog::operator()(int l) { if (l<=level) { omp_set_lock( &mutex ); rdbuf(strBuf_array[omp_get_thread_num()]); *this<<"-> "<