X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FDebugModules.hh;h=7611442f326baa99eef4c076ff97a802eef7a040;hb=a479735a65e334af538b895f182f8efd36a541c5;hp=bfa0979654ae9cd616e84be5c833ce204c3e1abb;hpb=fa368bbbcb79a9aad8daf7cb25a9adee8270d1b8;p=senf.git diff --git a/PPI/DebugModules.hh b/PPI/DebugModules.hh index bfa0979..7611442 100644 --- a/PPI/DebugModules.hh +++ b/PPI/DebugModules.hh @@ -269,15 +269,15 @@ namespace debug { template < class Stream = log::Debug, class Area = log::DefaultArea, senf::log::Level level = log::VERBOSE > - class LogWriter + class LogSink : public module::Module { - SENF_PPI_MODULE(LogWriter); + SENF_PPI_MODULE(LogSink); public: connector::PassiveInput input; - LogWriter(); + LogSink(); private: void request();