Table of Contents

Class Log

Namespace
arolariu.Backend.Core.Auth
Assembly
arolariu.Backend.Core.Auth.dll

The logger (using .NET generators) for the authentication module.

public static class Log
Inheritance
Log
Inherited Members

Fields

__LogPreparingEmailCallback

private static readonly Action<ILogger, string, string, Exception?> __LogPreparingEmailCallback

Field Value

Action<ILogger, string, string, Exception>

Methods

LogPreparingEmail(ILogger, string, string)

Auto-generated method for logging that the e-mail is being prepared.

[LoggerMessage(1, LogLevel.Information, "Preparing e-mail to {emailTo} with subject {subject}.")]
public static void LogPreparingEmail(this ILogger logger, string emailTo, string subject)

Parameters

logger ILogger
emailTo string
subject string