Show / Hide Table of Contents

Interface IFlushableLogConsumer

An interface used to consume log entries, when a Flush function is also supported.

Inherited Members
ILogConsumer.Log(Severity, LoggerType, String, String, IPEndPoint, Exception, Int32)
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Legacy.dll
Syntax
public interface IFlushableLogConsumer : ILogConsumer

Methods

| Improve this Doc View Source

Flush()

Flush any pending log writes.

Declaration
void Flush()

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX