Logger.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.
Message du journal
public abstract void Log (int errorCode, Orleans.Runtime.Severity sev, string format, object[] args, Exception exception);
abstract member Log : int * Orleans.Runtime.Severity * string * obj[] * Exception -> unit
Public MustOverride 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