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

DebugException() public method

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