Date: Monday, March 20, 2006 @ 16:26:05
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: CarobTestLauncher.cpp (1.30 -> 1.31)

Added a link to the list of available log levels.


-----------------------+
 CarobTestLauncher.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: carob/test/CarobTestLauncher.cpp
diff -u carob/test/CarobTestLauncher.cpp:1.30 
carob/test/CarobTestLauncher.cpp:1.31
--- carob/test/CarobTestLauncher.cpp:1.30       Tue Mar  7 12:21:54 2006
+++ carob/test/CarobTestLauncher.cpp    Mon Mar 20 16:26:05 2006
@@ -62,6 +62,8 @@
   log4cxx::BasicConfigurator::configure();
 #endif
 
+  // available levels are found in log4cxx documentation
+  // or in file include/Common.hpp
   //setLogLevel(LOG_LEVEL_DEBUG);
   setLogLevel(LOG_LEVEL_OFF);
   std::locale::global(std::locale(""));

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to