X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2Fmain.test.hh;h=aafc4df603450f620719ad2ee3b2a730b069fc65;hb=a726ae0cb14d0ce37e5aab3c4e07121bbbd3b31c;hp=be89c3325e9753871657dc75bcb01277cd59ad88;hpb=e7aa3355bca498de96d75d441865216706e74e3f;p=senf.git diff --git a/Utils/Logger/main.test.hh b/Utils/Logger/main.test.hh index be89c33..aafc4df 100644 --- a/Utils/Logger/main.test.hh +++ b/Utils/Logger/main.test.hh @@ -23,8 +23,8 @@ /** \file \brief main.test public header */ -#ifndef HH_main_test_ -#define HH_main_test_ 1 +#ifndef HH_SENF_Utils_Logger_main_test_ +#define HH_SENF_Utils_Logger_main_test_ 1 // Custom includes @@ -33,6 +33,7 @@ #endif #define SENF_LOG_CONF (( (senf)(log)(Debug), (_), NOTICE )) \ + (( (senf)(log)(test)(myStream), (GlobalTestArea), IMPORTANT )) \ (( (senf)(log)(test)(myStream), (senf)(log)(test)(Foo), VERBOSE )) #include "Logger.hh" @@ -40,6 +41,8 @@ //#include "main.test.mpp" ///////////////////////////////hh.p//////////////////////////////////////// +SENF_LOG_DEFINE_AREA(GlobalTestArea); + namespace senf { namespace log { namespace test {