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 vinay.sajip
Recipients mitar, vinay.sajip
Date 2017-07-28.08:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501230626.03.0.311473085089.issue30995@psf.upfronthosting.co.za>
In-reply-to
Content
> Which third-party libraries?

> It is my code in my file.

If a feature is added to logging, anyone can use it. If people put style-specific loggers in libraries they write, and other people then use those libraries, then there may be a need for them to worry about which style the library loggers use. Perhaps you don't log to loggers in other people's modules, but it's something which is allowed in logging, and useful in some scenarios.

> Yes, I have read it, used it, didn't like it.

These things are matters of opinion and taste. It doesn't seem cumbersome to me, but it seems cumbersome to you. Well, you can subclass Logger to add the new functionality and use it in your code. Why don't you try doing that?
History
Date User Action Args
2017-07-28 08:30:26vinay.sajipsetrecipients: + vinay.sajip, mitar
2017-07-28 08:30:26vinay.sajipsetmessageid: <1501230626.03.0.311473085089.issue30995@psf.upfronthosting.co.za>
2017-07-28 08:30:26vinay.sajiplinkissue30995 messages
2017-07-28 08:30:25vinay.sajipcreate