Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AzureBlobLoggerOptions Class
Definition
- Assembly:
- Microsoft.Extensions.Logging.AzureAppServices.dll
- Package:
- Microsoft.Extensions.Logging.AzureAppServices v11.0.0-preview.5.26302.115
- Source:
- AzureBlobLoggerOptions.cs
- Source:
- AzureBlobLoggerOptions.cs
- Source:
- AzureBlobLoggerOptions.cs
- Source:
- AzureBlobLoggerOptions.cs
- Source:
- AzureBlobLoggerOptions.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies options for Azure diagnostics blob logging.
public ref class AzureBlobLoggerOptions : Microsoft::Extensions::Logging::AzureAppServices::BatchingLoggerOptions
public class AzureBlobLoggerOptions : Microsoft.Extensions.Logging.AzureAppServices.BatchingLoggerOptions
type AzureBlobLoggerOptions = class
inherit BatchingLoggerOptions
Public Class AzureBlobLoggerOptions
Inherits BatchingLoggerOptions
- Inheritance
Constructors
| Name | Description |
|---|---|
| AzureBlobLoggerOptions() | |
Properties
| Name | Description |
|---|---|
| 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. (Inherited from BatchingLoggerOptions) |
| BlobName |
Gets or sets the last section of log blob name. |
| FileNameFormat |
Gets or sets the format of the file name. |
| 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 whether the logger accepts and queues writes. (Inherited from BatchingLoggerOptions) |
Applies to
Feedback
Was this page helpful?
