NoOpTestLogger.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) |
Track trace does nothing |
TrackTrace(String, Severity) |
Track trace does nothing |
TrackTrace(String, IDictionary<String,String>) |
Track trace does nothing |
TrackTrace(String, Severity, IDictionary<String,String>) |
Track trace does nothing |
TrackTrace(String)
Track trace does nothing
public override void TrackTrace (string message);
override this.TrackTrace : string -> unit
Public Overrides Sub TrackTrace (message As String)
Parameters
- message
- String
Applies to
TrackTrace(String, Severity)
Track trace does nothing
public override void TrackTrace (string message, Orleans.Runtime.Severity severityLevel);
override this.TrackTrace : string * Orleans.Runtime.Severity -> unit
Public Overrides Sub TrackTrace (message As String, severityLevel As Severity)
Parameters
- message
- String
- severityLevel
- Severity
Applies to
TrackTrace(String, IDictionary<String,String>)
Track trace does nothing
public override void TrackTrace (string message, System.Collections.Generic.IDictionary<string,string> properties);
override this.TrackTrace : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Overrides Sub TrackTrace (message As String, properties As IDictionary(Of String, String))
Parameters
- message
- String
- properties
- IDictionary<String,String>
Applies to
TrackTrace(String, Severity, IDictionary<String,String>)
Track trace does nothing
public override void TrackTrace (string message, Orleans.Runtime.Severity severityLevel, System.Collections.Generic.IDictionary<string,string> properties);
override this.TrackTrace : string * Orleans.Runtime.Severity * System.Collections.Generic.IDictionary<string, string> -> unit
Public Overrides Sub TrackTrace (message As String, severityLevel As Severity, properties As IDictionary(Of String, String))
Parameters
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>