log4net SDK Reference

ILog.Error Method

Log a message object with the Error level.

Overload List

Logs a message object with the Error level.

void Error(object);

Log a message object with the Error level including the stack trace of the Exception passed as a parameter.

void Error(object,Exception);

See Also

ILog Interface | log4net Namespace | Error | IsErrorEnabled