Info(Logger, LogEventId, String) Method

Definition

Assembly XenoAtom.Logging.dll

Logs a message with Info level.

public static void Info(this Logger logger, LogEventId eventId, string msg)

Parameters

logger
Logger

The logger instance.

eventId
LogEventId

The event identifier associated with the message.

msg
String

The log message.