IBotTelemetryClient.TrackTrace 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.
Send a trace message.
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))
Parameters
- message
- String
Message to display.
- properties
- IDictionary<String,String>
Named string values you can use to search and classify events.