Class Log
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
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)