NoOpTestLogger.Log(Int32, Severity, String, Object[], Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Le message de journal ne fait rien
public override void Log (int errorCode, Orleans.Runtime.Severity sev, string format, object[] args, Exception exception);
override this.Log : int * Orleans.Runtime.Severity * string * obj[] * Exception -> unit
Public Overrides Sub Log (errorCode As Integer, sev As Severity, format As String, args As Object(), exception As Exception)
Paramètres
- errorCode
- Int32
- sev
- Severity
- format
- String
- args
- Object[]
- exception
- Exception