X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FConfig.hh;h=34566b13f50d52a395a57f03045e788dc05ea712;hb=ac90835cbb00ca83a51ab9efb23fdcb75518e808;hp=ec23c7f688c3070ac424c62ad840a74682f93551;hpb=6159637c51fd562b2bf68a026a3946b2c84f4e0d;p=senf.git diff --git a/Utils/Logger/Config.hh b/Utils/Logger/Config.hh index ec23c7f..34566b1 100644 --- a/Utils/Logger/Config.hh +++ b/Utils/Logger/Config.hh @@ -125,8 +125,8 @@ By default, the logging library will call gettimeofday() for each log message. To change the time source, just pass the new class or instance to senf::log::timeSource: \code - // Use senf::Scheduler::instance().eventTime() to time log messages - senf::log::timeSource(); + // Use senf::scheduler::eventTime() to time log messages + senf::log::timeSource(); \endcode */