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
loggerILogger<MailboxMutationAuditTelemetry>Records the entry that was not kept.
Exceptions
- ArgumentNullException
Thrown when
loggeris null.