wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / DataControl / EventUpdateValue.h
old mode 100755 (executable)
new mode 100644 (file)
index 478211f..c418861
@@ -21,6 +21,7 @@
 
 #include <Commons/IEvent.h>
 #include <dpl/shared_ptr.h>
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace DataControl {
@@ -46,7 +47,7 @@ public:
        void setOldValue(const std::string& value)  { m_oldValue = value;}
        void setNewValue(const std::string& value)  { m_newValue = value;}
 
-       EventUpdateValue() { LogDebug("entered"); }
+       EventUpdateValue() { LoggerD("entered"); }
        ~EventUpdateValue() { }
 };