Update Log.cs (#2424)
authorhyotaekshim <35134695+hyotaekshim@users.noreply.github.com>
Thu, 17 Dec 2020 06:54:56 +0000 (15:54 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 06:54:56 +0000 (15:54 +0900)
src/Tizen.Log/Tizen/Log.cs

index 7d0baeb..1869852 100644 (file)
@@ -23,6 +23,7 @@ namespace Tizen
 {
     /// <summary>
     /// Provides methods to print log messages to the Tizen logging system.
+    /// Depending on products, some priorities (e.g., Vervose and Debug) can be disabled by default to prevent too many logs.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class Log