Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is there any REAL logging (tracing) example of AOP

On Wednesday 10 December 2003 15:02, ilker kiris wrote:
> Any AOP logging example that addresses what I'm saying here?

I found that most times my methods were too large, if I needed the 
specialised debugging. I therefore consider this a hint to refactor.

Recursive methods can be a hard nut to crack, but the aspect can easily 
count the recursion level and do some nice indenting without polluting 
the original code.

Robert


Back to the top