replace Console.WriteLine() with Tizen.Log.Debug()
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / NUIApplication.cs
index e2e80a8..58ec099 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
         private void LOG(string _str)
         {
             //Tizen.Log.Debug("NUI", _str);
-            //Console.WriteLine("[NUI]" + _str);
+            //Tizen.Log.Debug("NUI", "[NUI]" + _str);
         }
 
         /// <summary>