Debug(Logger, LogEventId, LogProperties, ref Logger.DebugInterpolatedLogMessage) Method

Definition

Assembly XenoAtom.Logging.dll

Logs a message with Debug level.

public static void Debug(this Logger logger, LogEventId eventId, LogProperties properties, [InterpolatedStringHandlerArgument(new string[] { "eventId", "logger", "properties" })] ref Logger.DebugInterpolatedLogMessage msg)

Parameters

logger
Logger

The logger instance.

eventId
LogEventId

The event identifier associated with the message.

properties
LogProperties

Structured properties associated with the message.

msg
Logger.DebugInterpolatedLogMessage

The interpolated log message handler.