AOPify.NLog.NLogger.DebugException C# (CSharp) Méthode

DebugException() public méthode

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