ITelemetryProducer.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.
Overloads
TrackTrace(String) |
Obsolete.
|
TrackTrace(String, Severity) |
Obsolete.
|
TrackTrace(String, IDictionary<String,String>) |
Obsolete.
|
TrackTrace(String, Severity, IDictionary<String,String>) |
Obsolete.
|
TrackTrace(String)
- Source:
- ITelemetryProducer.cs
Caution
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string -> unit
Public Sub TrackTrace (message As String)
Parameters
- message
- String
- Attributes
Applies to
TrackTrace(String, Severity)
- Source:
- ITelemetryProducer.cs
Caution
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message, Orleans.Runtime.Severity severityLevel);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string * Orleans.Runtime.Severity -> unit
Public Sub TrackTrace (message As String, severityLevel As Severity)
Parameters
- message
- String
- severityLevel
- Severity
- Attributes
Applies to
TrackTrace(String, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Caution
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message, System.Collections.Generic.IDictionary<string,string> properties);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub TrackTrace (message As String, properties As IDictionary(Of String, String))
Parameters
- message
- String
- properties
- IDictionary<String,String>
- Attributes
Applies to
TrackTrace(String, Severity, IDictionary<String,String>)
- Source:
- ITelemetryProducer.cs
Caution
This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.
[System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")]
public void TrackTrace (string message, Orleans.Runtime.Severity severityLevel, System.Collections.Generic.IDictionary<string,string> properties);
[<System.Obsolete("This method might be removed in the future in favor of a non Orleans-owned abstraction for APMs.")>]
abstract member TrackTrace : string * Orleans.Runtime.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
- severityLevel
- Severity
- properties
- IDictionary<String,String>
- Attributes