LoggerExtensions.GetSubLogger(Logger, String, String) 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.
Recherche ou crée un enregistreur d’événements nommé d’après l’enregistreur d’événements existant avec le nom ajouté.
public static Orleans.Runtime.Logger GetSubLogger (this Orleans.Runtime.Logger logger, string appendedName, string seperator = ".");
static member GetSubLogger : Orleans.Runtime.Logger * string * string -> Orleans.Runtime.Logger
<Extension()>
Public Function GetSubLogger (logger As Logger, appendedName As String, Optional seperator As String = ".") As Logger
Paramètres
- logger
- Logger
- appendedName
- String
- seperator
- String