Chinchilla.Logging.NLog.NLogLogger.Error C# (CSharp) Method

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void
        public void Error(Exception exception)
        {
            LogInternal(LogLevel.Error, exception.Message, exception);
        }

Same methods

NLogLogger::Error ( Exception exception, string message ) : void