ConsoleLogger.Error

ConsoleLogger.Error method

Logs error message.

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

See Also