Microsoft.ApplicationInsights.TraceListener.2.1.0/lib/net45/Microsoft.ApplicationInsights.TraceListener.XML
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.ApplicationInsights.TraceListener</name> </assembly> <members> <member name="T:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener"> <summary> Listener that routes all tracing and debugging output to ApplicationInsights logging framework. The messages will be uploaded to the Application Insights cloud service. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.#ctor"> <summary> Initializes a new instance of the ApplicationInsightsTraceListener class, without specifying a component ID. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.#ctor(System.String)"> <summary> Initializes a new instance of the ApplicationInsightsTraceListener class, and validates the component id passed as the initialize-data. An empty or null Component ID is acceptable because the event source will fall back to the one set in ApplicationInsights.config, however an invalid Component ID will throw an exception. </summary> <param name="instrumentationKey">Instrumentation Key of your application.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)"> <summary> Writes trace information, a message, and event information to the listener specific output. </summary> <param name="eventCache">A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.</param> <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param> <param name="eventType">One of the TraceEventType values specifying the type of event that has caused the trace.</param> <param name="id">A numeric identifier for the event.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])"> <summary> Writes trace information, a message, and event information to the listener specific output. </summary> <param name="eventCache">A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.</param> <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param> <param name="eventType">One of the TraceEventType values specifying the type of event that has caused the trace.</param> <param name="id">A numeric identifier for the event.</param> <param name="format">A format string that contains zero or more format items, which correspond to objects in the args array.</param> <param name="args">An object array containing zero or more objects to format.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)"> <summary> Writes trace information, a message, and event information to the listener specific output. </summary> <param name="eventCache">A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.</param> <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param> <param name="eventType">One of the TraceEventType values specifying the type of event that has caused the trace.</param> <param name="id">A numeric identifier for the event.</param> <param name="message">A message to write.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)"> <summary> Writes trace data to the listener specific output. </summary> <param name="eventCache">A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.</param> <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param> <param name="eventType">One of the TraceEventType values specifying the type of event that has caused the trace.</param> <param name="id">A numeric identifier for the event.</param> <param name="data">The trace data to emit.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])"> <summary> Writes trace data to the listener specific output. </summary> <param name="eventCache">A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.</param> <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param> <param name="eventType">One of the TraceEventType values specifying the type of event that has caused the trace.</param> <param name="id">A numeric identifier for the event.</param> <param name="data">An array of objects to emit as data.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.Write(System.String)"> <summary> Writes the specified message to the listener. </summary> <param name="message">A message to write.</param> </member> <member name="M:Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.WriteLine(System.String)"> <summary> Writes the specified message to the listener followed by a line terminator. </summary> <param name="message">A message to write.</param> </member> </members> </doc> |