Share via


AzureBlobLoggerContext Struct

Definition

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
AzureBlobLoggerContext

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.

Applies to