Chinchilla.Logging.NLog.NLogLogger.Error C# (CSharp) Méthode

Error() public méthode

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

Same methods

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