[Python-Dev] Consistent logging in the standard library (original) (raw)

Skip Montanaro skip at pobox.com
Wed Sep 17 18:29:45 EDT 2003


Barry> So the idea would be to be able to write "import _.logging" and
Barry> definitely get the global logging package.  Using underscore in
Barry> the logger would mirror this mnemonic for globalness.

The connection seems tenuous, at best. If I log messages to syslog and and that file is later viewed or summarized by a third party, "python" seems a lot more useful than "_" or even "stdlib".

Skip



More information about the Python-Dev mailing list