Logs a message with Fatal level.
public static void Fatal(this Logger logger, LogEventId eventId, object? attachment, [InterpolatedStringHandlerArgument(new string[] { "eventId", "attachment", "logger" })] ref Logger.FatalInterpolatedLogMessage msg)
The logger instance.
The event identifier associated with the message.
An optional attachment associated with the message.
The interpolated log message handler.