Sdílet prostřednictvím


IBotTelemetryClient.TrackTrace Metoda

Definice

Odeslání zprávy o trasování

public void TrackTrace(string message, Microsoft.Bot.Builder.Severity severityLevel, System.Collections.Generic.IDictionary<string,string> properties);
abstract member TrackTrace : string * Microsoft.Bot.Builder.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackTrace (message As String, severityLevel As Severity, properties As IDictionary(Of String, String))

Parametry

message
String

Zpráva, která se má zobrazit.

severityLevel
Severity

Úroveň závažnosti Severitytrasování

properties
IDictionary<String,String>

Pojmenované řetězcové hodnoty, které můžete použít k vyhledávání a klasifikaci událostí.

Platí pro