You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2005/03/19 02:51:50 UTC

cvs commit: logging-log4cxx/examples delayedloop.cpp

carnold     2005/03/18 17:51:50

  Modified:    examples delayedloop.cpp
  Log:
  LOGCXX-10: Drop wchar_t logger name in example for wchar_t free build
  
  Revision  Changes    Path
  1.9       +1 -1      logging-log4cxx/examples/delayedloop.cpp
  
  Index: delayedloop.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/examples/delayedloop.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- delayedloop.cpp	13 Feb 2005 05:55:00 -0000	1.8
  +++ delayedloop.cpp	19 Mar 2005 01:51:50 -0000	1.9
  @@ -92,7 +92,7 @@
           }
   };
   
  -LoggerPtr DelayedLoop::logger = Logger::getLogger(L"DelayedLoop");
  +LoggerPtr DelayedLoop::logger = Logger::getLogger("DelayedLoop");
   
   int main(int argc, const char * const argv[])
   {