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

DebugException() 공개 메소드

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