cpython/Lib/logging
Vinay Sajip 779e0c9334 Changed basicConfig() to add keyword arguments. Changes are backward-compatible.
Added error checking to log() to check that level is an integer, and raise a TypeError if not (as long as raiseExceptions is set).
Minor documentation corrections.
2004-07-03 11:47:26 +00:00
..
__init__.py Changed basicConfig() to add keyword arguments. Changes are backward-compatible. 2004-07-03 11:47:26 +00:00
config.py Minor documentation changes 2004-02-28 16:07:46 +00:00
handlers.py Removed spurious import statement 2004-03-08 16:57:19 +00:00