BatchingLoggerProvider Class

Definition

public ref class BatchingLoggerProvider abstract : IDisposable, Microsoft::Extensions::Logging::ILoggerProvider
public abstract class BatchingLoggerProvider : IDisposable, Microsoft.Extensions.Logging.ILoggerProvider
type BatchingLoggerProvider = class
    interface ILoggerProvider
    interface IDisposable
Public MustInherit Class BatchingLoggerProvider
Implements IDisposable, ILoggerProvider
Inheritance
BatchingLoggerProvider
Derived
Implements

Constructors

BatchingLoggerProvider(IOptionsMonitor<BatchingLoggerOptions>)

Properties

IsEnabled

Methods

CreateLogger(String)

Creates a new ILogger instance.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

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)
IntervalAsync(TimeSpan, CancellationToken)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteMessagesAsync(IEnumerable<LogMessage>, CancellationToken)

Applies to