AOPify.NLog.NLogger.Fatal C# (CSharp) Method

Fatal() public method

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

Same methods

NLogger::Fatal ( string message ) : void