Re: the ultimate logging facility for debugging code

2009-07-13 Thread Vinay Sajip
On Jul 10, 10:39 am, Jean-Michel Pichavant wrote: > Greetings, > > Sorry for the dubious title :o). I was wandering if there is a standard > (or reliable) python module that implements the following feature: > > http://code.activestate.com/recipes/198078/ >  >>>Recipe 198078: Wrapping method calls

the ultimate logging facility for debugging code

2009-07-10 Thread Jean-Michel Pichavant
Greetings, Sorry for the dubious title :o). I was wandering if there is a standard (or reliable) python module that implements the following feature: http://code.activestate.com/recipes/198078/ >>>Recipe 198078: Wrapping method calls (meta-class example) >>> >>>A metaclass is used to wrap all