Logs a message with Error level.
public static void Error(this Logger logger, LogEventId eventId, string msg, LogProperties properties)
The logger instance.
The event identifier associated with the message.
The log message.
Structured properties associated with the message.