AOPify.NLog.NLogger.Warn C# (CSharp) 메소드

Warn() 공개 메소드

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

Same methods

NLogger::Warn ( string message ) : void