From 42a2c23bdfe042e41cb217ae43511d3a403ea7d3 Mon Sep 17 00:00:00 2001 From: hyotaekshim <35134695+hyotaekshim@users.noreply.github.com> Date: Thu, 17 Dec 2020 14:34:02 +0900 Subject: [PATCH] [Log] Modify documentation about dlog priorities (#2421) Signed-off-by: Hyotaek Shim Co-authored-by: WonYoung Choi --- src/Tizen.Log/Tizen/Log.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tizen.Log/Tizen/Log.cs b/src/Tizen.Log/Tizen/Log.cs index 7d0baeb..1869852 100644 --- a/src/Tizen.Log/Tizen/Log.cs +++ b/src/Tizen.Log/Tizen/Log.cs @@ -23,6 +23,7 @@ namespace Tizen { /// /// 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. /// /// 3 public class Log -- 2.7.4