small documentation fixes
tho [Wed, 6 Feb 2008 09:11:35 +0000 (09:11 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@669 270642c3-0616-0410-b53a-bc976706d245

Packets/Doxyfile
Utils/Logger/Mainpage.dox

index 363a67a..8897c7f 100644 (file)
@@ -6,4 +6,5 @@ INPUT = .
 EXAMPLE_PATH = . DefaultBundle
 
 TAGFILES = \
-       "$(TOPDIR)/Utils/doc/Utils.tag"
+       "$(TOPDIR)/Utils/doc/Utils.tag" \
+       "$(TOPDIR)/Socket/doc/Socket.tag" 
index cfb1d75..83d5b1c 100644 (file)
     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"));
     }