Utils/Logger: Add console directory to target
[senf.git] / Utils / Logger / ConsoleTarget.cci
index 3ca4cce..5fc13c1 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@ prefix_ senf::log::ConsoleTarget & senf::log::ConsoleTarget::instance()
 }
 
 prefix_ senf::log::ConsoleTarget::ConsoleTarget()
-    : IOStreamTarget(std::cout)
+    : IOStreamTarget("console", std::cout)
 {}
 
 ///////////////////////////////cci.e///////////////////////////////////////