ILogger.Error

ILogger.Error method

Error message.

public void Error(string message, Exception ex)
Parameter Type Description
message String The string to log.
ex Exception The exception that was thrown.

See Also