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

Fatal() public method

public Fatal ( string message ) : void
message string
return void
        public void Fatal(string message)
        {
            _logger.Fatal(message);
        }

Same methods

NLogger::Fatal ( string message, Exception exception ) : void