Debug(Logger, String, LogProperties) Method

Definition

Assembly XenoAtom.Logging.dll

Logs a message with Debug level.

public static void Debug(this Logger logger, string msg, LogProperties properties)

Parameters

logger
Logger

The logger instance.

msg
String

The log message.

properties
LogProperties

Structured properties associated with the message.