AOPify.NLog.NLogger.Error C# (CSharp) Méthode

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void
        public void Error(string message, Exception exception)
        {
            _logger.Error(message, exception);
        }

Same methods

NLogger::Error ( string message ) : void