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