[Release] wrt-plugins-common_0.3.104
[framework/web/wrt-plugins-common.git] / src / js-overlay / js_function_manager.cpp
index 388a3f0..dab34b9 100644 (file)
@@ -25,6 +25,7 @@
 #include <js_function_manager.h>
 #include <js_overlay_functions.h>
 #include <wrt_plugin_export.h>
+#include <dpl/log/secure_log.h>
 
 IMPLEMENT_SAFE_SINGLETON(JsFunctionManager)
 
@@ -80,7 +81,7 @@ const js_entity_definition_ptr_t jsHookPtr = &jsHook;
 
 bool JsFunctionManager::initialize()
 {
-    LogInfo("JSObjectDeclaration for js functions are intialized");
+    _D("JSObjectDeclaration for js functions are intialized");
     JSObjectDeclarationPtr jsPrintObj(
         new JSObjectDeclaration(JavaScriptFunctions::jsPrintPtr));
 
@@ -95,7 +96,7 @@ bool JsFunctionManager::initialize()
 
 JsFunctionManager::Functions JsFunctionManager::getFunctions()
 {
-    LogInfo("get standard js fucntions");
+    _D("get standard js fucntions");
     static bool initialized = initialize();
     (void) initialized;
     return m_functions;