wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / SecureElement / SEUtil.cpp
old mode 100755 (executable)
new mode 100644 (file)
index d9ec214..65387be
@@ -18,9 +18,9 @@
 
 
 #include "SEUtil.h"
-#include <dpl/log/log.h>
 #include <JSTizenException.h>
 #include <smartcard-types.h>
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace SecureElement {
@@ -50,7 +50,7 @@ unsigned char *SEUtil::toCharPtr(std::vector<unsigned char> vec) {
 }
 
 std::string SEUtil::getErrorString(const int errorCode) {
-       LogDebug ("Errorcode : " << errorCode);
+       LoggerD ("Errorcode : " << errorCode);
        switch(errorCode) {
                case SCARD_ERROR_OK:
                        return "";
@@ -76,7 +76,7 @@ std::string SEUtil::getErrorString(const int errorCode) {
 }
 
 std::string SEUtil::getErrorMessage(const int errorCode) {
-       LogDebug ("Errorcode : " << errorCode);
+       LoggerD ("Errorcode : " << errorCode);
        switch(errorCode) {
                case SCARD_ERROR_OK:
                        return "";