Utils/Logger: Implement Area and Stream registry
authorg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Thu, 11 Oct 2007 08:07:14 +0000 (08:07 +0000)
committerg0dil <g0dil@270642c3-0616-0410-b53a-bc976706d245>
Thu, 11 Oct 2007 08:07:14 +0000 (08:07 +0000)
commit9ff976ea47b175355a1f7ef4d05f14edb98a82e4
treeb9c8ccb29235acc206cd6f63ae210bd69f463d7e
parent9bfe0b87be0926193b5baf13865cf045f0de0b0d
Utils/Logger: Implement Area and Stream registry
Utils/Logger: New SENF_LOG_CONF syntax supporting not-yet-declared areas and streams
Utils/Logger: Target baseclass

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@461 270642c3-0616-0410-b53a-bc976706d245
17 files changed:
Utils/Logger/Area.cci [new file with mode: 0644]
Utils/Logger/Area.hh
Utils/Logger/Area.ih
Utils/Logger/Config.ih
Utils/Logger/Defaults.hh
Utils/Logger/Log.test.cc
Utils/Logger/Parameters.hh
Utils/Logger/SConscript
Utils/Logger/Stream.cc [new file with mode: 0644]
Utils/Logger/Stream.cci [new file with mode: 0644]
Utils/Logger/Stream.hh
Utils/Logger/Stream.ih
Utils/Logger/Target.cc [new file with mode: 0644]
Utils/Logger/Target.cci [new file with mode: 0644]
Utils/Logger/Target.hh [new file with mode: 0644]
Utils/SConscript
Utils/preprocessor.hh [new file with mode: 0644]