BackgroundSink Class

Definition

A background sink for Serilog.

public ref class BackgroundSink : IDisposable, Serilog::Core::ILogEventSink
public class BackgroundSink : IDisposable, Serilog.Core.ILogEventSink
type BackgroundSink = class
    interface ILogEventSink
    interface IDisposable
Public Class BackgroundSink
Implements IDisposable, ILogEventSink
Inheritance
BackgroundSink
Implements

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Constructors

BackgroundSink(ILogEventSink, Nullable<Int32>)

Creates a new instance of the BackgroundSink class.

Fields

DefaultLogMessagesQueueSize

The default queue size.

Methods

Dispose()

Disposes this object instance.

Emit(LogEvent)

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to