diff --git a/Utils/Logger/Mainpage.dox b/Utils/Logger/Mainpage.dox
index a0cca7ff7320b629e8854493a243adeec9a3d6d7..fb3af93567e33209def70b84e614d4b3733f7d13 100644
--- a/Utils/Logger/Mainpage.dox
+++ b/Utils/Logger/Mainpage.dox
@@ -117,7 +117,7 @@
     int main(int, char **)
     {
         // Set up the routing targets
-        senf::log::ConsoleTarget console;
+        senf::log::ConsoleTarget & console (senf::log::ConsoleTarget::instance());
         senf::log::FileTarget logfile ("my.log");
 
         // Debug messages go to the console