This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Eric.Hanchrow
Recipients Eric.Hanchrow, vinay.sajip
Date 2013-10-30.23:41:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383176474.26.0.869379702354.issue19455@psf.upfronthosting.co.za>
In-reply-to
Content
I should have been clearer: the problem is that the docs (http://docs.python.org/2/library/logging.html#logging.LoggerAdapter) say 

In addition to the above, LoggerAdapter supports the following methods of Logger, i.e. debug(), info(), warning(), error(), exception(), critical(), log(), isEnabledFor(), getEffectiveLevel(), setLevel(), hasHandlers(). 

So the code and the docs disagree.
History
Date User Action Args
2013-10-30 23:41:14Eric.Hanchrowsetrecipients: + Eric.Hanchrow, vinay.sajip
2013-10-30 23:41:14Eric.Hanchrowsetmessageid: <1383176474.26.0.869379702354.issue19455@psf.upfronthosting.co.za>
2013-10-30 23:41:14Eric.Hanchrowlinkissue19455 messages
2013-10-30 23:41:14Eric.Hanchrowcreate