]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Log.hh
initial port to win32
[chaz/yoink] / src / Moof / Log.hh
index 3f6b6d7e45013b8360af975288d03082c6ed0d91..cdd5cd4e751e8e4374b94babbcc2be10f249f991 100644 (file)
@@ -62,13 +62,14 @@ namespace Mf {
  * @see LogLevel()
  */
 
-typedef enum {
-       NONE            = -1,           ///< Disable all logging.
-       ERROR           =  1,           ///< Log only errors.
-       WARNING         =  2,           ///< Log warnings and errors.
-       INFO            =  3,           ///< Log info, warnings, errors.
-       DEBUGGING       =  4            ///< Log all messages.
-} LogLevel;
+enum LogLevel
+{
+       LOG_NONE                = -1,           ///< Disable all logging.
+       LOG_ERROR               =  1,           ///< Log only errors.
+       LOG_WARNING             =  2,           ///< Log warnings and errors.
+       LOG_INFO                =  3,           ///< Log info, warnings, errors.
+       LOG_DEBUG               =  4            ///< Log all messages.
+};
 
 
 /**
This page took 0.018472 seconds and 4 git commands to generate.