BatchingLoggerProvider Class

Definition

A provider of Microsoft.Extensions.Logging.AzureAppServices.Internal.BatchingLogger instances.

C#
public abstract class BatchingLoggerProvider : IDisposable, Microsoft.Extensions.Logging.ILoggerProvider, Microsoft.Extensions.Logging.ISupportExternalScope
Inheritance
BatchingLoggerProvider
Derived
Implements

Properties

IsEnabled

Checks if the queue is enabled.

Methods

CreateLogger(String)

Creates a Microsoft.Extensions.Logging.AzureAppServices.Internal.BatchingLogger with the given categoryName.

Dispose()

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

IntervalAsync(TimeSpan, CancellationToken)

Wait for the given TimeSpan.

Explicit Interface Implementations

Applies to

Product Versions
.NET 10 (package-provided)
.NET Standard 2.0 (package-provided)