NullBotTelemetryClient.TrackTrace Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Odeslat trasovací zprávu.
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
override this.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.
- properties
- IDictionary<String,String>
Pojmenované řetězcové hodnoty, které můžete použít k vyhledávání a klasifikaci událostí.