On 5/12/06, Simon Belak <[EMAIL PROTECTED]> wrote: > But I would like to have a stream (file-like object). > Since TG uses a multitude of logging namespaces it's not very practical > to use basicConfig() on each one.
Take a look at testutil which has a capture_log that may be handy (or maybe not). If you just want to capture everything, can't you just set up your handler on the root logger? Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

