summaryrefslogtreecommitdiffstats
path: root/src/Core/LogManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/LogManager.h')
-rw-r--r--src/Core/LogManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Core/LogManager.h b/src/Core/LogManager.h
index 9b47a7e..4f7c500 100644
--- a/src/Core/LogManager.h
+++ b/src/Core/LogManager.h
@@ -25,7 +25,7 @@
#include "Configurable.h"
#include "Exception.h"
#include "Logger.h"
-#include "UnicodeString.h"
+#include "String.h"
#include <queue>
#include <set>
@@ -100,7 +100,7 @@ class MAD_CORE_EXPORT LogManager : public Configurable {
virtual void configFinished();
public:
- static MessageLevel parseLevel(const UnicodeString &str) throw (Exception);
+ static MessageLevel parseLevel(const String &str) throw (Exception);
void log(MessageCategory category, MessageLevel level, boost::posix_time::ptime timestamp, const std::string &message, const std::string &source = std::string());