TelemetryDebugWriter.WriteTelemetry(ITelemetry, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write the specified ITelemetry item to debug output.
public static void WriteTelemetry (Microsoft.ApplicationInsights.Channel.ITelemetry telemetry, string filteredBy = default);
static member WriteTelemetry : Microsoft.ApplicationInsights.Channel.ITelemetry * string -> unit
Public Shared Sub WriteTelemetry (telemetry As ITelemetry, Optional filteredBy As String = Nothing)
Parameters
- telemetry
- ITelemetry
Item to write.
- filteredBy
- String
If specified, indicates the telemetry item was filtered out and not sent to the API.