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