Logs a message with Fatal level.
public static void Fatal(this Logger logger, object? attachment, string msg, LogProperties properties)
The logger instance.
An optional attachment associated with the message.
The log message.
Structured properties associated with the message.