IFlushableLogConsumer Interface
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.
Interface utilisée pour consommer des entrées de journal, lorsqu’une fonction Flush est également prise en charge.
public interface IFlushableLogConsumer : Orleans.Runtime.ILogConsumer
type IFlushableLogConsumer = interface
interface ILogConsumer
Public Interface IFlushableLogConsumer
Implements ILogConsumer
- Dérivé
- Implémente
Méthodes
Flush() |
Videz toutes les écritures de journal en attente. |
Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32) |
Méthode à appeler pendant la journalisation. Cette méthode doit être très rapide, car elle est appelée de manière synchrone pendant la journalisation Orleans. (Hérité de ILogConsumer) |