X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FLog.hh;h=30c8d2a69e16303c27de2148871259fd397fa10a;hb=d8d169a9fa7f5633171ea83362b0deaaf5bd337e;hp=53e7ba5ea090dfcb5295d5a246e8d4d3f84640cf;hpb=d9daeee4efbcb7776a14de22e090400a543e0f83;p=senf.git diff --git a/senf/Utils/Logger/Log.hh b/senf/Utils/Logger/Log.hh index 53e7ba5..30c8d2a 100644 --- a/senf/Utils/Logger/Log.hh +++ b/senf/Utils/Logger/Log.hh @@ -42,8 +42,8 @@ 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") );