BlueCollar.EventLogger.Error C# (CSharp) Method

Error() public method

Logs an exception.
public Error ( Exception ex ) : void
ex System.Exception The exception to log.
return void
        public void Error(Exception ex)
        {
            this.RaiseLog(EventLoggerEventType.Error, ex, null, null);
        }

Same methods

EventLogger::Error ( Exception ex, string format ) : void
EventLogger::Error ( string format ) : void