reSIProcate/rutil  9694
TestSubsystemLogLevel.cxx
Go to the documentation of this file.
00001 
00002 #include "rutil/Logger.hxx"
00003 #include "TestSubsystemLogLevel.hxx"
00004 
00005 #define RESIPROCATE_SUBSYSTEM Subsystem::TEST
00006 
00007 using namespace resip;
00008 
00009 void 
00010 Noisy::outputLogMessages()
00011 {
00012    StackLog(<< "  STACK");
00013    DebugLog(<< "  DEBUG");
00014    InfoLog(<<  "  INFO");
00015    CritLog(<<  "  CRIT");
00016 }