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