wrt-plugins-tizen_0.4.23
[framework/web/wrt-plugins-tizen.git] / src / Content / ContentVideo.cpp
old mode 100755 (executable)
new mode 100644 (file)
index feffd77..40133e1
 // limitations under the License.
 //
 
-
-#include <dpl/log/log.h>
 #include <Commons/Exception.h>
 #include "ContentVideo.h"
+#include <Logger.h>
 
 namespace DeviceAPI {
 namespace Content {
@@ -147,14 +146,14 @@ vector<std::string> MediacontentVideo::getEditableAttr() const
 void MediacontentVideo::display() const
 {
 
-       LogDebug("m_videoLongitude: " << m_videoLongitude;);
-    LogDebug("m_videoLatitude:  " << m_videoLatitude); 
-    LogDebug("m_videoAlbum: " << m_videoAlbum;);
-       //LogDebug("m_videoArtist:       " << m_videoArtist);
-       //LogDebug("m_videoPlayedTime: " << m_videoPlayedTime);
-       LogDebug("m_videoDuration: " << m_videoDuration);
-       LogDebug("m_videoWidth: " << m_videoWidth);
-       LogDebug("m_videoHeight: " << m_videoHeight);   
+       LoggerD("m_videoLongitude: " << m_videoLongitude;);
+    LoggerD("m_videoLatitude:   " << m_videoLatitude); 
+    LoggerD("m_videoAlbum: " << m_videoAlbum;);
+       //LoggerD("m_videoArtist:        " << m_videoArtist);
+       //LoggerD("m_videoPlayedTime: " << m_videoPlayedTime);
+       LoggerD("m_videoDuration: " << m_videoDuration);
+       LoggerD("m_videoWidth: " << m_videoWidth);
+       LoggerD("m_videoHeight: " << m_videoHeight);    
        MediacontentMedia::display();
 }