AzureFileLoggerOptions Class

Definition

Options for Azure diagnostics file logging.

public ref class AzureFileLoggerOptions : Microsoft::Extensions::Logging::AzureAppServices::Internal::BatchingLoggerOptions
public ref class AzureFileLoggerOptions : Microsoft::Extensions::Logging::AzureAppServices::BatchingLoggerOptions
public class AzureFileLoggerOptions : Microsoft.Extensions.Logging.AzureAppServices.Internal.BatchingLoggerOptions
public class AzureFileLoggerOptions : Microsoft.Extensions.Logging.AzureAppServices.BatchingLoggerOptions
type AzureFileLoggerOptions = class
    inherit BatchingLoggerOptions
Public Class AzureFileLoggerOptions
Inherits BatchingLoggerOptions
Inheritance
AzureFileLoggerOptions
Inheritance
AzureFileLoggerOptions

Constructors

AzureFileLoggerOptions()

Properties

BackgroundQueueSize

Gets or sets the maximum size of the background log message queue or null for no limit.

(Inherited from BatchingLoggerOptions)
BackgroundQueueSize

Gets or sets the maximum size of the background log message queue or null for no limit.

(Inherited from BatchingLoggerOptions)
BatchSize

Gets or sets the maximum number of events to include in a single batch or null for no limit.

(Inherited from BatchingLoggerOptions)
BatchSize

Gets or sets the maximum number of events to include in a single batch or null for no limit.

(Inherited from BatchingLoggerOptions)
FileName

Gets or sets the prefix of the file name used to store the logging information.

FileSizeLimit

Gets or sets the maximum log size in bytes or null for no limit.

FlushPeriod

Gets or sets the period after which logs will be flushed to the store.

(Inherited from BatchingLoggerOptions)
FlushPeriod

Gets or sets the period after which logs will be flushed to the store.

(Inherited from BatchingLoggerOptions)
IncludeScopes

Gets or sets a value indicating whether scopes should be included in the message.

(Inherited from BatchingLoggerOptions)
IsEnabled

Gets or sets a value indicating if the logger accepts and queues writes.

(Inherited from BatchingLoggerOptions)
IsEnabled

Gets or sets a value indicating if the logger accepts and queues writes.

(Inherited from BatchingLoggerOptions)
RetainedFileCountLimit

Gets or sets the maximum retained file count or null for no limit.

Methods

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