Constructor MailRuleHistoryTelemetry
- Namespace
- MailFathom.Infrastructure.Observability
- Assembly
- MailFathom.Infrastructure.dll
MailRuleHistoryTelemetry(ILogger<MailRuleHistoryTelemetry>)
Initializes the channel an unreadable row is reported through.
public MailRuleHistoryTelemetry(ILogger<MailRuleHistoryTelemetry> logger)
Parameters
loggerILogger<MailRuleHistoryTelemetry>Records the rows that were left out.
Exceptions
- ArgumentNullException
Thrown when
loggeris null.