NullTelemetryProducer.ITelemetryProducer.TrackTrace メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ITelemetryProducer.TrackTrace(String)
void ITelemetryProducer.TrackTrace (string message);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string -> unit
Sub TrackTrace (message As String) Implements ITelemetryProducer.TrackTrace
パラメーター
- message
- String
実装
適用対象
ITelemetryProducer.TrackTrace(String, Severity)
void ITelemetryProducer.TrackTrace (string message, Orleans.Runtime.Severity severityLevel);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity -> unit
Sub TrackTrace (message As String, severityLevel As Severity) Implements ITelemetryProducer.TrackTrace
パラメーター
- message
- String
- severityLevel
- Severity
実装
適用対象
ITelemetryProducer.TrackTrace(String, IDictionary<String,String>)
void ITelemetryProducer.TrackTrace (string message, System.Collections.Generic.IDictionary<string,string> properties);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
Sub TrackTrace (message As String, properties As IDictionary(Of String, String)) Implements ITelemetryProducer.TrackTrace
パラメーター
- message
- String
- properties
- IDictionary<String,String>
実装
適用対象
ITelemetryProducer.TrackTrace(String, Severity, IDictionary<String,String>)
void ITelemetryProducer.TrackTrace (string message, Orleans.Runtime.Severity severityLevel, System.Collections.Generic.IDictionary<string,string> properties);
abstract member Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackTrace : string * Orleans.Runtime.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
Sub TrackTrace (message As String, severityLevel As Severity, properties As IDictionary(Of String, String)) Implements ITelemetryProducer.TrackTrace
パラメーター
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>