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.
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
| AzureBlobLoggerContext(String, String, DateTimeOffset) |
Create a new AzureBlobLoggerContext. |
Properties
| AppName |
The name of the application. |
| Identifier |
The identifier for the log. This value is set to "Microsoft.Extensions.Logging.AzureAppServices.AzureBlobLoggerOptions.ApplicationInstanceId_BlobName". |
| Timestamp |
The timestamp representing when the log was created. |