共用方式為


IBotTelemetryClient.TrackTrace 方法

定義

傳送追蹤訊息。

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))

參數

message
String

要顯示的訊息。

severityLevel
Severity

追蹤嚴重性層級 Severity

properties
IDictionary<String,String>

您可以用來搜尋和分類事件的具名字串值。

適用於