Vinay Sajip added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30995>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to