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

Fatal() public méthode

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

Same methods

NLogger::Fatal ( string message ) : void