X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLog.hh;h=5c388fcb86dfd2c755369c7d8c7006242af76f0c;hb=f6f670f2dbc82b77db29df6cd452f2b351b9662a;hp=81b7703b5130ee5d2353e0e20b461ae424da51dd;hpb=61419d9a2e1060f7ede22fa19fd9d0b401bbc87a;p=senf.git diff --git a/Utils/Logger/Log.hh b/Utils/Logger/Log.hh index 81b7703..5c388fc 100644 --- a/Utils/Logger/Log.hh +++ b/Utils/Logger/Log.hh @@ -65,10 +65,9 @@ be \c senf::log::Debug (\e stream), senf::log::DefaultArea (\e area), and senf::log::NONE (\e level). - There is one special log level, senf::log::NONE. If the log level is set to this value, the log - level will be set from the stream provided default value. + The log level senf::log::NONE is special. If the log level is set to this value, the log level + will be set from the stream provided default value. - All these parameters must be compile time constants (they are all types, so it's difficult form them to be something else). */ @@ -128,8 +127,8 @@ \hideinitializer */ #define SENF_LOG_BLOCK_TPL(args) \ - SENF_LOG_BLOCK_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)), \ - BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args)) + SENF_LOG_BLOCK_TPL_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)), \ + BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args)) ///\} ///\}