[Log] Modify documentation about dlog priorities (#2421)
authorhyotaekshim <35134695+hyotaekshim@users.noreply.github.com>
Thu, 17 Dec 2020 05:34:02 +0000 (14:34 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 05:34:02 +0000 (14:34 +0900)
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Co-authored-by: WonYoung Choi <wy80.choi@samsung.com>
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