X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FMainpage.dox;h=83d5b1c2d783c140a57e1690e393cd82f8dda262;hb=f37ed4b85a6949cbe72ccb2d2ac098aebed57eaa;hp=fb3af93567e33209def70b84e614d4b3733f7d13;hpb=62da0fc2f859a98e105b45859c346750a1435ebb;p=senf.git diff --git a/Utils/Logger/Mainpage.dox b/Utils/Logger/Mainpage.dox index fb3af93..83d5b1c 100644 --- a/Utils/Logger/Mainpage.dox +++ b/Utils/Logger/Mainpage.dox @@ -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 // // This program is free software; you can redistribute it and/or modify @@ -101,7 +101,7 @@ void foo::Froblizer::froblize() { SENF_LOG(("This is the UserLog at level NOTICE in the FroblizeArea")); - SENF_LOG((senf::log::WARNING) ("Same stream and area but at warning level")); + SENF_LOG((senf::log::IMPORTANT) ("Same stream and area but at important level")); SENF_LOG((LogEmerg) ("This goes to the DebugLog at level CRITICAL in the FroblizerArea")); }