Table of Contents

Constructor MailboxMutationAuditTelemetry

Namespace
MailFathom.Infrastructure.Observability
Assembly
MailFathom.Infrastructure.dll

MailboxMutationAuditTelemetry(ILogger<MailboxMutationAuditTelemetry>)

Initializes the instruments a refused append is reported through.

public MailboxMutationAuditTelemetry(ILogger<MailboxMutationAuditTelemetry> logger)

Parameters

logger ILogger<MailboxMutationAuditTelemetry>

Records the entry that was not kept.

Exceptions

ArgumentNullException

Thrown when logger is null.