NoOpTestLogger.TrackTrace Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TrackTrace(String) |
Rastrear rastreamento não faz nada |
TrackTrace(String, Severity) |
Rastrear rastreamento não faz nada |
TrackTrace(String, IDictionary<String,String>) |
Rastrear rastreamento não faz nada |
TrackTrace(String, Severity, IDictionary<String,String>) |
Rastrear rastreamento não faz nada |
TrackTrace(String)
Rastrear rastreamento não faz nada
public override void TrackTrace (string message);
override this.TrackTrace : string -> unit
Public Overrides Sub TrackTrace (message As String)
Parâmetros
- message
- String
Aplica-se a
TrackTrace(String, Severity)
Rastrear rastreamento não faz nada
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)
Parâmetros
- message
- String
- severityLevel
- Severity
Aplica-se a
TrackTrace(String, IDictionary<String,String>)
Rastrear rastreamento não faz nada
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))
Parâmetros
- message
- String
- properties
- IDictionary<String,String>
Aplica-se a
TrackTrace(String, Severity, IDictionary<String,String>)
Rastrear rastreamento não faz nada
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))
Parâmetros
- message
- String
- severityLevel
- Severity
- properties
- IDictionary<String,String>