From: INSUN PYO Date: Wed, 5 Jul 2017 06:59:10 +0000 (+0900) Subject: Apply API level X-Git-Tag: accepted/tizen/unified/20170706.193908^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=218291def24a692c19f5e938817552eac2669ce8;p=platform%2Fcore%2Fcsapi%2Flog.git Apply API level Signed-off-by: INSUN PYO Change-Id: I0adf6e518aeb6daf9d9509e452a0d3d46c990b8e --- diff --git a/Tizen.Log/Tizen/Log.cs b/Tizen.Log/Tizen/Log.cs index da76ef8..65126c5 100644 --- a/Tizen.Log/Tizen/Log.cs +++ b/Tizen.Log/Tizen/Log.cs @@ -29,6 +29,7 @@ namespace Tizen /// /// Prints a log message with the VERBOSE priority. /// + /// 3 /// The tag name of the log message. /// The log message to print. /// The source file path of the caller function. This argument will be set automatically by the compiler. @@ -42,6 +43,7 @@ namespace Tizen /// /// Prints a log message with the DEBUG priority. /// + /// 3 /// The tag name of the log message. /// The log message to print. /// The source file path of the caller function. This argument will be set automatically by the compiler. @@ -55,6 +57,7 @@ namespace Tizen /// /// Prints a log message with the INFO priority. /// + /// 3 /// The tag name of the log message. /// The log message to print. /// The source file path of the caller function. This argument will be set automatically by the compiler. @@ -68,6 +71,7 @@ namespace Tizen /// /// Prints a log message with the WARNING priority. /// + /// 3 /// The tag name of the log message. /// The log message to print. /// The source file path of the caller function. This argument will be set automatically by the compiler. @@ -81,6 +85,7 @@ namespace Tizen /// /// Prints a log message with the ERROR priority. /// + /// 3 /// The tag name of the log message. /// The log message to print. /// The source file path of the caller function. This argument will be set automatically by the compiler. @@ -94,6 +99,7 @@ namespace Tizen /// /// Prints a log message with the FATAL priority. /// + /// 3 /// The tag name of the log message. /// The log message to print. /// The source file path of the caller function. This argument will be set automatically by the compiler.