d57ddaebca3e9a71d8561ab53508fd0e6cc0c22c
[platform/core/csapi/tizenfx.git] / Artifacts / bin / Tizen.Log.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Tizen.Log</name>
5     </assembly>
6     <members>
7         <member name="T:Tizen.Log">
8             <summary>
9             Provides methods to print log messages to the Tizen logging system.
10             </summary>
11         </member>
12         <member name="M:Tizen.Log.Verbose(System.String,System.String,System.String,System.String,System.Int32)">
13             <summary>
14             Prints a log message with the VERBOSE priority.
15             </summary>
16             <since_tizen> 3 </since_tizen>
17             <param name="tag">The tag name of the log message.</param>
18             <param name="message">The log message to print.</param>
19             <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
20             <param name="func">The function name of the caller function. This argument will be set automatically by the compiler.</param>
21             <param name="line">The line number of the calling position. This argument will be set automatically by the compiler.</param>
22         </member>
23         <member name="M:Tizen.Log.Debug(System.String,System.String,System.String,System.String,System.Int32)">
24             <summary>
25             Prints a log message with the DEBUG priority.
26             </summary>
27             <since_tizen> 3 </since_tizen>
28             <param name="tag">The tag name of the log message.</param>
29             <param name="message">The log message to print.</param>
30             <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
31             <param name="func">The function name of the caller function. This argument will be set automatically by the compiler.</param>
32             <param name="line">The line number of the calling position. This argument will be set automatically by the compiler.</param>
33         </member>
34         <member name="M:Tizen.Log.Info(System.String,System.String,System.String,System.String,System.Int32)">
35             <summary>
36             Prints a log message with the INFO priority.
37             </summary>
38             <since_tizen> 3 </since_tizen>
39             <param name="tag">The tag name of the log message.</param>
40             <param name="message">The log message to print.</param>
41             <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
42             <param name="func">The function name of the caller function. This argument will be set automatically by the compiler.</param>
43             <param name="line">The line number of the calling position. This argument will be set automatically by the compiler.</param>
44         </member>
45         <member name="M:Tizen.Log.Warn(System.String,System.String,System.String,System.String,System.Int32)">
46             <summary>
47             Prints a log message with the WARNING priority.
48             </summary>
49             <since_tizen> 3 </since_tizen>
50             <param name="tag">The tag name of the log message.</param>
51             <param name="message">The log message to print.</param>
52             <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
53             <param name="func">The function name of the caller function. This argument will be set automatically by the compiler.</param>
54             <param name="line">The line number of the calling position. This argument will be set automatically by the compiler.</param>
55         </member>
56         <member name="M:Tizen.Log.Error(System.String,System.String,System.String,System.String,System.Int32)">
57             <summary>
58             Prints a log message with the ERROR priority.
59             </summary>
60             <since_tizen> 3 </since_tizen>
61             <param name="tag">The tag name of the log message.</param>
62             <param name="message">The log message to print.</param>
63             <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
64             <param name="func">The function name of the caller function. This argument will be set automatically by the compiler.</param>
65             <param name="line">The line number of the calling position. This argument will be set automatically by the compiler.</param>
66         </member>
67         <member name="M:Tizen.Log.Fatal(System.String,System.String,System.String,System.String,System.Int32)">
68             <summary>
69             Prints a log message with the FATAL priority.
70             </summary>
71             <since_tizen> 3 </since_tizen>
72             <param name="tag">The tag name of the log message.</param>
73             <param name="message">The log message to print.</param>
74             <param name="file">The source file path of the caller function. This argument will be set automatically by the compiler.</param>
75             <param name="func">The function name of the caller function. This argument will be set automatically by the compiler.</param>
76             <param name="line">The line number of the calling position. This argument will be set automatically by the compiler.</param>
77         </member>
78     </members>
79 </doc>