AzureBlobLoggerContext Struct
Definition
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.
Represents the context containing details for formatting the file name for the Azure blob logger.
public value class AzureBlobLoggerContext
public readonly struct AzureBlobLoggerContext
type AzureBlobLoggerContext = struct
Public Structure AzureBlobLoggerContext
- Inheritance
Constructors
| Name | Description |
|---|---|
| AzureBlobLoggerContext(String, String, DateTimeOffset) |
Creates a new AzureBlobLoggerContext. |
Properties
| Name | Description |
|---|---|
| AppName |
Gets the name of the application. |
| Identifier |
Gets the identifier for the log. This value is set to "Microsoft.Extensions.Logging.AzureAppServices.AzureBlobLoggerOptions.ApplicationInstanceId_BlobName". |
| Timestamp |
Gets the timestamp representing when the log was created. |