X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2Fmain.test.hh;h=1d209236ffe26f5698d65ed69d72e50c8643b769;hb=8488a803a9e1dfa293af161eb271503990d6fdd3;hp=be89c3325e9753871657dc75bcb01277cd59ad88;hpb=e7aa3355bca498de96d75d441865216706e74e3f;p=senf.git diff --git a/Utils/Logger/main.test.hh b/Utils/Logger/main.test.hh index be89c33..1d20923 100644 --- a/Utils/Logger/main.test.hh +++ b/Utils/Logger/main.test.hh @@ -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 {