Table of Contents

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

logger ILogger<MailRuleHistoryTelemetry>

Records the rows that were left out.

Exceptions

ArgumentNullException

Thrown when logger is null.