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

Warn() public method

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

Same methods

NLogger::Warn ( string message ) : void