X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FDebugModules.hh;h=67068d1e2fe277c610634646d1c83b3ea739e27d;hb=d6abda313f70c8a849c5e3f3bbfc12ce301789f1;hp=7611442f326baa99eef4c076ff97a802eef7a040;hpb=a479735a65e334af538b895f182f8efd36a541c5;p=senf.git diff --git a/PPI/DebugModules.hh b/PPI/DebugModules.hh index 7611442..67068d1 100644 --- a/PPI/DebugModules.hh +++ b/PPI/DebugModules.hh @@ -264,11 +264,11 @@ namespace debug { /** \brief Log received packets This module will log all packets sent to it's input using SENF_LOG to the given log - \a Stream, \a Area and \a level. + \a Stream, \a Area and \a Level. */ - template < class Stream = log::Debug, - class Area = log::DefaultArea, - senf::log::Level level = log::VERBOSE > + template < class Stream = log::Debug, + class Area = log::DefaultArea, + class Level = log::VERBOSE > class LogSink : public module::Module {