Error(Logger, LogEventId, String, LogProperties) Method

Definition

Assembly XenoAtom.Logging.dll

Logs a message with Error level.

public static void Error(this Logger logger, LogEventId eventId, string msg, LogProperties properties)

Parameters

logger
Logger

The logger instance.

eventId
LogEventId

The event identifier associated with the message.

msg
String

The log message.

properties
LogProperties

Structured properties associated with the message.