X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FLog.hh;h=00f192cf2293dbe3796f865616596a52a6a3114c;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=53e7ba5ea090dfcb5295d5a246e8d4d3f84640cf;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Logger/Log.hh b/senf/Utils/Logger/Log.hh index 53e7ba5..00f192c 100644 --- a/senf/Utils/Logger/Log.hh +++ b/senf/Utils/Logger/Log.hh @@ -35,15 +35,15 @@ //#include "Log.mpp" #include "Log.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \defgroup logging Logging commands The logging library provides several commands to create %log messages. All these macro commands take a variable number of arguments. Since this is not supported in a usable way by the C++ preprocessor, the arguments are encoded into a Boost.Preprocessor like - sequence: + href="http://www.boost.org/doc/libs/release/libs/preprocessor/doc/index.html">Boost.Preprocessor + like sequence: \code SENF_LOG( (senf::log::Debug)(senf::log::NOTICE)(FroblizerArea)("The log message") ); @@ -93,10 +93,10 @@ */ ///\addtogroup logging -///\{ +//\{ ///\name Generating log messages -///\{ +//\{ /** \brief Write log message @@ -150,10 +150,10 @@ 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)) -///\} -///\} +//\} +//\} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "Log.cci" //#include "Log.ct" //#include "Log.cti"