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