wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / Messaging / StorageChangesFolderFilterValidator.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 9741abd..e9ce642
@@ -17,8 +17,7 @@
 
 #include "StorageChangesFolderFilterValidator.h"
 #include "StorageChangesFolderFilterValidatorFactory.h"
-
-#include <dpl/log/log.h>
+#include <Logger.h>
 
 using namespace DeviceAPI::Tizen;
 
@@ -34,7 +33,7 @@ namespace DeviceAPI {
 
                bool StorageChangesFolderFilterValidator::validateAttributeRange(std::string& attrName, DeviceAPI::Tizen::AnyPtr& initialValue, DeviceAPI::Tizen::AnyPtr& endValue, int depth){
                        bool retVal = false;
-                               LogError(">>> [ERROR] Not Supported attribute :[" << attrName << "]");
+                               LoggerE(">>> [ERROR] Not Supported attribute :[" << attrName << "]");
                        return retVal;
                }
 
@@ -47,7 +46,7 @@ namespace DeviceAPI {
                                return false;
 
                        retBool = FilterValidator::validateAttribute(attrName, matchFlag, matchValue, depth);
-                       LogDebug(">>> retBool:" << retBool);
+                       LoggerD(">>> retBool:" << retBool);
                        return retBool;
 
                }