public override void ProcessBefore(IMethodCallMessage request) { if (_logger.DebugAble) { _logger.Debug(GetProxiedType(), request.MethodName + " -Before", RAopProxy.GetCallerInfo(request)); } }
public override void ProcessAfter(IMethodCallMessage request, IMethodReturnMessage response) { if (_logger.DebugAble) { _logger.Debug(GetProxiedType(), response.MethodName + " -After", "{0} {1}", RAopProxy.GetCallerInfo(request), RAopProxy.GetReturnInfo(response)); } }