Apply API level
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 5 Jul 2017 06:59:10 +0000 (15:59 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 5 Jul 2017 07:01:58 +0000 (16:01 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I0adf6e518aeb6daf9d9509e452a0d3d46c990b8e

src/Tizen.Log/Tizen/Log.cs

index da76ef8..65126c5 100644 (file)
@@ -29,6 +29,7 @@ namespace Tizen
         /// <summary>
         /// Prints a log message with the VERBOSE priority.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <param name="tag">The tag name of the log message.</param>
         /// <param name="message">The log message to print.</param>
         /// <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
@@ -42,6 +43,7 @@ namespace Tizen
         /// <summary>
         /// Prints a log message with the DEBUG priority.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <param name="tag">The tag name of the log message.</param>
         /// <param name="message">The log message to print.</param>
         /// <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
@@ -55,6 +57,7 @@ namespace Tizen
         /// <summary>
         /// Prints a log message with the INFO priority.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <param name="tag">The tag name of the log message.</param>
         /// <param name="message">The log message to print.</param>
         /// <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
@@ -68,6 +71,7 @@ namespace Tizen
         /// <summary>
         /// Prints a log message with the WARNING priority.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <param name="tag">The tag name of the log message.</param>
         /// <param name="message">The log message to print.</param>
         /// <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
@@ -81,6 +85,7 @@ namespace Tizen
         /// <summary>
         /// Prints a log message with the ERROR priority.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <param name="tag">The tag name of the log message.</param>
         /// <param name="message">The log message to print.</param>
         /// <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
@@ -94,6 +99,7 @@ namespace Tizen
         /// <summary>
         /// Prints a log message with the FATAL priority.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <param name="tag">The tag name of the log message.</param>
         /// <param name="message">The log message to print.</param>
         /// <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>