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

Warn() public method

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

Same methods

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