From 0382d2ab47d2c1f22e6380473241b1136ffdb49d Mon Sep 17 00:00:00 2001 From: jkaeber <jkaeber@wiback.org> Date: Fri, 11 Jan 2008 09:00:09 +0000 Subject: [PATCH] Access the ConsoleTarget singleton via instance() --- Utils/Logger/Mainpage.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Logger/Mainpage.dox b/Utils/Logger/Mainpage.dox index a0cca7ff7..fb3af9356 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 -- GitLab