flush log lines

This commit is contained in:
Jean-Francois Dockes 2016-07-12 12:34:13 +02:00
parent f6a999de84
commit 498a7e446c

View File

@ -96,7 +96,8 @@ private:
LOGGER_LOCAL_LOGINC)
#define LOGGER_DOLOG(L,X) LOGGER_PRT << ":" << L << ":" << \
__FILE__ << ":" << __LINE__ << "::" << X
__FILE__ << ":" << __LINE__ << "::" << X \
<< std::flush
#if LOGGER_STATICVERBOSITY >= 7
#define LOGDEB2(X) { \