CollectionModelBinder<TElement>.Logger Propriété
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.
utilisé pour la ILogger journalisation dans ce classeur.
protected:
property Microsoft::Extensions::Logging::ILogger ^ Logger { Microsoft::Extensions::Logging::ILogger ^ get(); };
protected Microsoft.Extensions.Logging.ILogger Logger { get; }
member this.Logger : Microsoft.Extensions.Logging.ILogger
Protected ReadOnly Property Logger As ILogger