Date: Wednesday, March 22, 2006 @ 15:04:52
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: Common.hpp (1.38 -> 1.39)

Minor doxygen fix for logXXX() functions: "Use isLogXXX()" -> "Uses isLogXXX()"


------------+
 Common.hpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: carob/include/Common.hpp
diff -u carob/include/Common.hpp:1.38 carob/include/Common.hpp:1.39
--- carob/include/Common.hpp:1.38       Fri Mar 17 12:46:49 2006
+++ carob/include/Common.hpp    Wed Mar 22 15:04:51 2006
@@ -71,31 +71,31 @@
 void setLogLevel(const LogLevel l);
 /**
  * Writes a log message with 'Debug' level.
- * Use isDebugEnabled() to determine if the message should be printed.
+ * Uses isDebugEnabled() to determine if the message should be printed.
  * Cannot be used in static initializers.
  */
 void logDebug(const std::wstring& fctName, const std::wstring& message);
 /**
  * Writes a log message with 'Info' level.
- * Use isInfoEnabled() to determine if the message should be printed
+ * Uses isInfoEnabled() to determine if the message should be printed
  * Cannot be used in static initializers.
  */
 void logInfo(const std::wstring&, const std::wstring&);
 /**
  * Writes a log message with 'Warn' level.
- * Use isWarnEnabled() to determine if the message should be printed.
+ * Uses isWarnEnabled() to determine if the message should be printed.
  * Cannot be used in static initializers.
  */
 void logWarn(const std::wstring&, const std::wstring&);
 /**
  * Writes a log message with 'Error' level.
- * Use isErrorEnabled() to determine if the message should be printed.
+ * Uses isErrorEnabled() to determine if the message should be printed.
  * Cannot be used in static initializers.
  */
 void logError(const std::wstring&, const std::wstring&);
 /**
  * Writes a log message with 'Fatal' level.
- * Use isFatalEnabled() to determine if the message should be printed.
+ * Uses isFatalEnabled() to determine if the message should be printed.
  * Cannot be used in static initializers.
  */
 void logFatal(const std::wstring&, const std::wstring&);

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

Reply via email to