652f22fa9add1196a8a6867fa68797f3fecf9e55
[platform/core/dotnet/build-tools.git] /
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <doc>\r
3   <assembly>\r
4     <name>System.Diagnostics.TextWriterTraceListener</name>\r
5   </assembly>\r
6   <members>\r
7     <member name="T:System.Diagnostics.ConsoleTraceListener">\r
8       <summary>Directs tracing or debugging output to either the standard output or the standard error stream.</summary>\r
9     </member>\r
10     <member name="M:System.Diagnostics.ConsoleTraceListener.#ctor">\r
11       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ConsoleTraceListener" /> class with trace output written to the standard output stream.</summary>\r
12     </member>\r
13     <member name="M:System.Diagnostics.ConsoleTraceListener.#ctor(System.Boolean)">\r
14       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ConsoleTraceListener" /> class with an option to write trace output to the standard output stream or the standard error stream.</summary>\r
15       <param name="useErrorStream">\r
16         <see langword="true" /> to write tracing and debugging output to the standard error stream; <see langword="false" /> to write tracing and debugging output to the standard output stream.</param>\r
17     </member>\r
18     <member name="M:System.Diagnostics.ConsoleTraceListener.Close">\r
19       <summary>Closes the output to the stream specified for this trace listener.</summary>\r
20     </member>\r
21     <member name="T:System.Diagnostics.DelimitedListTraceListener">\r
22       <summary>Directs tracing or debugging output to a text writer, such as a stream writer, or to a stream, such as a file stream.</summary>\r
23     </member>\r
24     <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.Stream)">\r
25       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener" /> class that writes to the specified output stream.</summary>\r
26       <param name="stream">The <see cref="T:System.IO.Stream" /> to receive the output.</param>\r
27       <exception cref="T:System.ArgumentNullException">\r
28         <paramref name="stream" /> is <see langword="null" />.</exception>\r
29     </member>\r
30     <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.Stream,System.String)">\r
31       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener" /> class that writes to the specified output stream and has the specified name.</summary>\r
32       <param name="stream">The <see cref="T:System.IO.Stream" /> to receive the output.</param>\r
33       <param name="name">The name of the new instance of the trace listener.</param>\r
34       <exception cref="T:System.ArgumentNullException">\r
35         <paramref name="stream" /> is <see langword="null" />.</exception>\r
36     </member>\r
37     <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.TextWriter)">\r
38       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener" /> class that writes to the specified text writer.</summary>\r
39       <param name="writer">The <see cref="T:System.IO.TextWriter" /> to receive the output.</param>\r
40       <exception cref="T:System.ArgumentNullException">\r
41         <paramref name="writer" /> is <see langword="null" />.</exception>\r
42     </member>\r
43     <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.TextWriter,System.String)">\r
44       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener" /> class that writes to the specified text writer and has the specified name.</summary>\r
45       <param name="writer">The <see cref="T:System.IO.TextWriter" /> to receive the output.</param>\r
46       <param name="name">The name of the new instance of the trace listener.</param>\r
47       <exception cref="T:System.ArgumentNullException">\r
48         <paramref name="writer" /> is <see langword="null" />.</exception>\r
49     </member>\r
50     <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.String)">\r
51       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener" /> class that writes to the specified file.</summary>\r
52       <param name="fileName">The name of the file to receive the output.</param>\r
53       <exception cref="T:System.ArgumentNullException">\r
54         <paramref name="fileName" /> is <see langword="null" />.</exception>\r
55     </member>\r
56     <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.String,System.String)">\r
57       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener" /> class that writes to the specified file and has the specified name.</summary>\r
58       <param name="fileName">The name of the file to receive the output.</param>\r
59       <param name="name">The name of the new instance of the trace listener.</param>\r
60       <exception cref="T:System.ArgumentNullException">\r
61         <paramref name="fileName" /> is <see langword="null" />.</exception>\r
62     </member>\r
63     <member name="P:System.Diagnostics.DelimitedListTraceListener.Delimiter">\r
64       <summary>Gets or sets the delimiter for the delimited list.</summary>\r
65       <returns>The delimiter for the delimited list.</returns>\r
66       <exception cref="T:System.ArgumentNullException">\r
67         <see cref="P:System.Diagnostics.DelimitedListTraceListener.Delimiter" /> is set to <see langword="null" />.</exception>\r
68       <exception cref="T:System.ArgumentException">\r
69         <see cref="P:System.Diagnostics.DelimitedListTraceListener.Delimiter" /> is set to an empty string ("").</exception>\r
70     </member>\r
71     <member name="M:System.Diagnostics.DelimitedListTraceListener.GetSupportedAttributes">\r
72       <summary>Returns the custom configuration file attribute supported by the delimited trace listener.</summary>\r
73       <returns>A string array that contains the single value "delimiter".</returns>\r
74     </member>\r
75     <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">\r
76       <summary>Writes trace information, a data object, and event information to the output file or stream.</summary>\r
77       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>\r
78       <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>\r
79       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>\r
80       <param name="id">A numeric identifier for the event.</param>\r
81       <param name="data">A data object to write to the output file or stream.</param>\r
82     </member>\r
83     <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">\r
84       <summary>Writes trace information, an array of data objects, and event information to the output file or stream.</summary>\r
85       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>\r
86       <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>\r
87       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>\r
88       <param name="id">A numeric identifier for the event.</param>\r
89       <param name="data">An array of data objects to write to the output file or stream.</param>\r
90     </member>\r
91     <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">\r
92       <summary>Writes trace information, a message, and event information to the output file or stream.</summary>\r
93       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>\r
94       <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>\r
95       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>\r
96       <param name="id">A numeric identifier for the event.</param>\r
97       <param name="message">The trace message to write to the output file or stream.</param>\r
98     </member>\r
99     <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">\r
100       <summary>Writes trace information, a formatted array of objects, and event information to the output file or stream.</summary>\r
101       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>\r
102       <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>\r
103       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>\r
104       <param name="id">A numeric identifier for the event.</param>\r
105       <param name="format">A format string that contains zero or more format items that correspond to objects in the <paramref name="args" /> array.</param>\r
106       <param name="args">An array containing zero or more objects to format.</param>\r
107     </member>\r
108     <member name="T:System.Diagnostics.TextWriterTraceListener">\r
109       <summary>Directs tracing or debugging output to a <see cref="T:System.IO.TextWriter" /> or to a <see cref="T:System.IO.Stream" />, such as <see cref="T:System.IO.FileStream" />.</summary>\r
110     </member>\r
111     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor">\r
112       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class with <see cref="T:System.IO.TextWriter" /> as the output recipient.</summary>\r
113     </member>\r
114     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.Stream)">\r
115       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class, using the stream as the recipient of the debugging and tracing output.</summary>\r
116       <param name="stream">A <see cref="T:System.IO.Stream" /> that represents the stream the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> writes to.</param>\r
117       <exception cref="T:System.ArgumentNullException">The stream is <see langword="null" />.</exception>\r
118     </member>\r
119     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.Stream,System.String)">\r
120       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class with the specified name, using the stream as the recipient of the debugging and tracing output.</summary>\r
121       <param name="stream">A <see cref="T:System.IO.Stream" /> that represents the stream the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> writes to.</param>\r
122       <param name="name">The name of the new instance.</param>\r
123       <exception cref="T:System.ArgumentNullException">The stream is <see langword="null" />.</exception>\r
124     </member>\r
125     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.TextWriter)">\r
126       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class using the specified writer as recipient of the tracing or debugging output.</summary>\r
127       <param name="writer">A <see cref="T:System.IO.TextWriter" /> that receives the output from the <see cref="T:System.Diagnostics.TextWriterTraceListener" />.</param>\r
128       <exception cref="T:System.ArgumentNullException">The writer is <see langword="null" />.</exception>\r
129     </member>\r
130     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.TextWriter,System.String)">\r
131       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class with the specified name, using the specified writer as recipient of the tracing or debugging output.</summary>\r
132       <param name="writer">A <see cref="T:System.IO.TextWriter" /> that receives the output from the <see cref="T:System.Diagnostics.TextWriterTraceListener" />.</param>\r
133       <param name="name">The name of the new instance.</param>\r
134       <exception cref="T:System.ArgumentNullException">The writer is <see langword="null" />.</exception>\r
135     </member>\r
136     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.String)">\r
137       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class, using the file as the recipient of the debugging and tracing output.</summary>\r
138       <param name="fileName">The name of the file the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> writes to.</param>\r
139       <exception cref="T:System.ArgumentNullException">The file is <see langword="null" />.</exception>\r
140     </member>\r
141     <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.String,System.String)">\r
142       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> class with the specified name, using the file as the recipient of the debugging and tracing output.</summary>\r
143       <param name="fileName">The name of the file the <see cref="T:System.Diagnostics.TextWriterTraceListener" /> writes to.</param>\r
144       <param name="name">The name of the new instance.</param>\r
145       <exception cref="T:System.ArgumentNullException">The stream is <see langword="null" />.</exception>\r
146     </member>\r
147     <member name="M:System.Diagnostics.TextWriterTraceListener.Close">\r
148       <summary>Closes the <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer" /> so that it no longer receives tracing or debugging output.</summary>\r
149     </member>\r
150     <member name="M:System.Diagnostics.TextWriterTraceListener.Dispose(System.Boolean)">\r
151       <summary>Disposes this <see cref="T:System.Diagnostics.TextWriterTraceListener" /> object.</summary>\r
152       <param name="disposing">\r
153         <see langword="true" /> to release managed resources; if <see langword="false" />, <see cref="M:System.Diagnostics.TextWriterTraceListener.Dispose(System.Boolean)" /> has no effect.</param>\r
154     </member>\r
155     <member name="M:System.Diagnostics.TextWriterTraceListener.Flush">\r
156       <summary>Flushes the output buffer for the <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer" />.</summary>\r
157     </member>\r
158     <member name="M:System.Diagnostics.TextWriterTraceListener.Write(System.String)">\r
159       <summary>Writes a message to this instance's <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer" />.</summary>\r
160       <param name="message">A message to write.</param>\r
161     </member>\r
162     <member name="M:System.Diagnostics.TextWriterTraceListener.WriteLine(System.String)">\r
163       <summary>Writes a message to this instance's <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer" /> followed by a line terminator. The default line terminator is a carriage return followed by a line feed (\r\n).</summary>\r
164       <param name="message">A message to write.</param>\r
165     </member>\r
166     <member name="P:System.Diagnostics.TextWriterTraceListener.Writer">\r
167       <summary>Gets or sets the text writer that receives the tracing or debugging output.</summary>\r
168       <returns>A <see cref="T:System.IO.TextWriter" /> that represents the writer that receives the tracing or debugging output.</returns>\r
169     </member>\r
170     <member name="T:System.Diagnostics.XmlWriterTraceListener">\r
171       <summary>Directs tracing or debugging output as XML-encoded data to a <see cref="T:System.IO.TextWriter" /> or to a <see cref="T:System.IO.Stream" />, such as a <see cref="T:System.IO.FileStream" />.</summary>\r
172     </member>\r
173     <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.Stream)">\r
174       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener" /> class, using the specified stream as the recipient of the debugging and tracing output.</summary>\r
175       <param name="stream">A <see cref="T:System.IO.Stream" /> that represents the stream the trace listener writes to.</param>\r
176       <exception cref="T:System.ArgumentNullException">\r
177         <paramref name="stream" /> is <see langword="null" />.</exception>\r
178     </member>\r
179     <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.Stream,System.String)">\r
180       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener" /> class with the specified name, using the specified stream as the recipient of the debugging and tracing output.</summary>\r
181       <param name="stream">A <see cref="T:System.IO.Stream" /> that represents the stream the trace listener writes to.</param>\r
182       <param name="name">The name of the new instance.</param>\r
183       <exception cref="T:System.ArgumentNullException">\r
184         <paramref name="stream" /> is <see langword="null" />.</exception>\r
185     </member>\r
186     <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.TextWriter)">\r
187       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener" /> class using the specified writer as the recipient of the debugging and tracing output.</summary>\r
188       <param name="writer">A <see cref="T:System.IO.TextWriter" /> that receives the output from the trace listener.</param>\r
189       <exception cref="T:System.ArgumentNullException">\r
190         <paramref name="writer" /> is <see langword="null" />.</exception>\r
191     </member>\r
192     <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.TextWriter,System.String)">\r
193       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener" /> class with the specified name, using the specified writer as the recipient of the debugging and tracing output.</summary>\r
194       <param name="writer">A <see cref="T:System.IO.TextWriter" /> that receives the output from the trace listener.</param>\r
195       <param name="name">The name of the new instance.</param>\r
196       <exception cref="T:System.ArgumentNullException">\r
197         <paramref name="writer" /> is <see langword="null" />.</exception>\r
198     </member>\r
199     <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.String)">\r
200       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener" /> class, using the specified file as the recipient of the debugging and tracing output.</summary>\r
201       <param name="filename">The name of the file to write to.</param>\r
202       <exception cref="T:System.ArgumentNullException">\r
203         <paramref name="filename" /> is <see langword="null" />.</exception>\r
204     </member>\r
205     <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.String,System.String)">\r
206       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener" /> class with the specified name, using the specified file as the recipient of the debugging and tracing output.</summary>\r
207       <param name="filename">The name of the file to write to.</param>\r
208       <param name="name">The name of the new instance.</param>\r
209       <exception cref="T:System.ArgumentNullException">\r
210         <paramref name="stream" /> is <see langword="null" />.</exception>\r
211     </member>\r
212     <member name="M:System.Diagnostics.XmlWriterTraceListener.Close">\r
213       <summary>Closes the <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer" /> for this listener so that it no longer receives tracing or debugging output.</summary>\r
214     </member>\r
215     <member name="M:System.Diagnostics.XmlWriterTraceListener.Fail(System.String,System.String)">\r
216       <summary>Writes trace information including an error message and a detailed error message to the file or stream.</summary>\r
217       <param name="message">The error message to write.</param>\r
218       <param name="detailMessage">The detailed error message to append to the error message.</param>\r
219     </member>\r
220     <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">\r
221       <summary>Writes trace information, a data object, and event information to the file or stream.</summary>\r
222       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>\r
223       <param name="source">The source name.</param>\r
224       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>\r
225       <param name="id">A numeric identifier for the event.</param>\r
226       <param name="data">A data object to emit.</param>\r
227     </member>\r
228     <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">\r
229       <summary>Writes trace information, data objects, and event information to the file or stream.</summary>\r
230       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>\r
231       <param name="source">The source name.</param>\r
232       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>\r
233       <param name="id">A numeric identifier for the event.</param>\r
234       <param name="data">An array of data objects to emit.</param>\r
235     </member>\r
236     <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">\r
237       <summary>Writes trace information, a message, and event information to the file or stream.</summary>\r
238       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>\r
239       <param name="source">The source name.</param>\r
240       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>\r
241       <param name="id">A numeric identifier for the event.</param>\r
242       <param name="message">The message to write.</param>\r
243     </member>\r
244     <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">\r
245       <summary>Writes trace information, a formatted message, and event information to the file or stream.</summary>\r
246       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>\r
247       <param name="source">The source name.</param>\r
248       <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>\r
249       <param name="id">A numeric identifier for the event.</param>\r
250       <param name="format">A format string that contains zero or more format items that correspond to objects in the <paramref name="args" /> array.</param>\r
251       <param name="args">An object array containing zero or more objects to format.</param>\r
252     </member>\r
253     <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">\r
254       <summary>Writes trace information including the identity of a related activity, a message, and event information to the file or stream.</summary>\r
255       <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that contains the current process ID, thread ID, and stack trace information.</param>\r
256       <param name="source">The source name.</param>\r
257       <param name="id">A numeric identifier for the event.</param>\r
258       <param name="message">A trace message to write.</param>\r
259       <param name="relatedActivityId">A <see cref="T:System.Guid" /> structure that identifies a related activity.</param>\r
260     </member>\r
261     <member name="M:System.Diagnostics.XmlWriterTraceListener.Write(System.String)">\r
262       <summary>Writes a verbatim message without any additional context information to the file or stream.</summary>\r
263       <param name="message">The message to write.</param>\r
264     </member>\r
265     <member name="M:System.Diagnostics.XmlWriterTraceListener.WriteLine(System.String)">\r
266       <summary>Writes a verbatim message without any additional context information followed by the current line terminator to the file or stream.</summary>\r
267       <param name="message">The message to write.</param>\r
268     </member>\r
269   </members>\r
270 </doc>