replace Console.WriteLine() with Tizen.Log.Debug()
[platform/core/csapi/tizenfx.git] / NUISamples / NUISamples / NUISamples.TizenTV / examples / user-alphafunction.cs
index 261e6cc..f652a07 100755 (executable)
@@ -32,7 +32,7 @@ namespace UserAlphaFunctionTest
 
         public static void Log(string str)
         {
-            Console.WriteLine("[DALI C# SAMPLE] " + str);
+            Tizen.Log.Debug("NUI", "[DALI C# SAMPLE] " + str);
         }
 
         public Example() : base()