Re: [Tutor] wrap methods for logging purposes

2010-10-07 Thread Evert Rol
> I used a the recipe (http://aspn.activestate.com/ASPN/Coo.../Recipe/198078) > used to wrap methods for logging purposes. logging classes. But it does seem > to work well with classes inherit form other classes - i get recursion > errors! > > Here is an example of the classes .. > > class

[Tutor] wrap methods for logging purposes

2010-10-07 Thread Jojo Mwebaze
I used a the recipe (http://aspn.activestate.com/ASPN/Coo.../Recipe/198078) used to wrap methods for logging purposes. logging classes. But it does seem to work well with classes inherit form other classes - i get recursion errors! H