[Python-ideas] Alternative formatting styles for logging events in Python 3.3

Nick Coghlan ncoghlan at gmail.com
Sun Feb 13 02:30:53 CET 2011


On Sun, Feb 13, 2011 at 5:58 AM, Vinay Sajip <vinay_sajip at yahoo.co.uk> wrote:
> An application or library can still easily use the BraceMessage/DollarMessage
> approach which I outlined in my reply to your first post, which got to you but
> was bounced from python-ideas. This does not introduce the complication of
> handling the root logger's style, or what to do if a using application or logger
> in the same part of the hierarchy wants to use a different style (perhaps this
> could happen with namespace packages).

Very good points.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list