wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / DataControl / EventAddValue.h
old mode 100755 (executable)
new mode 100644 (file)
index 79d728e..2f2a709
@@ -21,6 +21,7 @@
 
 #include <Commons/IEvent.h>
 #include <dpl/shared_ptr.h>
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace DataControl {
@@ -44,7 +45,7 @@ public:
        void setKey(const std::string &key) {m_key = key;}
        void setValue(const std::string &value) { m_value = value;} 
 
-       EventAddValue() { LogDebug("entered"); }
+       EventAddValue() { LoggerD("entered"); }
        ~EventAddValue() { }
 };