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