git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@669
270642c3-0616-0410-b53a-bc976706d245
EXAMPLE_PATH = . DefaultBundle
TAGFILES = \
- "$(TOPDIR)/Utils/doc/Utils.tag"
+ "$(TOPDIR)/Utils/doc/Utils.tag" \
+ "$(TOPDIR)/Socket/doc/Socket.tag"
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"));
}