X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLog.hh;h=4faf2f9a7e5989ebfd9a8ce0d8bcdef2a47b01f9;hb=2400f5c9d91e715773ed965fb92da1b6a54903e5;hp=8a591dc273bb685329ea64d9facb2bc97d3e3450;hpb=91b6e8382ce61c2d1286203e41d030ef8cd33f3e;p=senf.git diff --git a/Utils/Logger/Log.hh b/Utils/Logger/Log.hh index 8a591dc..4faf2f9 100644 --- a/Utils/Logger/Log.hh +++ b/Utils/Logger/Log.hh @@ -80,7 +80,7 @@ To further simplify logging commands, aliases may be defined within any scope. An alias is an arbitrary collection of %log parameters: \code - SENF_LOG_DEF_ALIAS( VerboseDebug, (senf::log::Debug)(senf::log::VERBOSE) ); + SENF_LOG_DEFINE_ALIAS( VerboseDebug, (senf::log::Debug)(senf::log::VERBOSE) ); \endcode Within %log statements, aliases may be used like normal parameters. They will be substituted for the parameter sequence they represent: