ConsoleFormatter.Write<TState> 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.
Écrit le message de journal dans le TextWriter spécifié.
public:
generic <typename TState>
abstract void Write(Microsoft::Extensions::Logging::Abstractions::LogEntry<TState> ^ logEntry, Microsoft::Extensions::Logging::IExternalScopeProvider ^ scopeProvider, System::IO::TextWriter ^ textWriter);
public abstract void Write<TState> (in Microsoft.Extensions.Logging.Abstractions.LogEntry<TState> logEntry, Microsoft.Extensions.Logging.IExternalScopeProvider? scopeProvider, System.IO.TextWriter textWriter);
abstract member Write : LogEntry * Microsoft.Extensions.Logging.IExternalScopeProvider * System.IO.TextWriter -> unit
Public MustOverride Sub Write(Of TState) (logEntry As LogEntry(Of TState), scopeProvider As IExternalScopeProvider, textWriter As TextWriter)
Paramètres de type
- TState
Type de l’objet à écrire.
Paramètres
- logEntry
- LogEntry<TState>
Entrée de journal.
- scopeProvider
- IExternalScopeProvider
Fournisseur de données d’étendue.
- textWriter
- TextWriter
L’enregistreur de chaînes incorpore du code ansi pour les couleurs.
Remarques
Si le formateur souhaite écrire des couleurs dans la console, il peut le faire en incorporant des codes de couleur ANSI dans la chaîne.