cpython/Lib/logging
Vinay Sajip ed6bb1414c Copyright year & version number/version date changes.
Exception traceback text is now cached.
Closing a handler now removes it from the internal _handlers list.
Handlers now chain to Handler.close() from their close() methods.
Exception info can be passed as a tuple in exc_info.
shutdown() is registered to be called at application exit.
2004-02-20 13:18:36 +00:00
..
__init__.py Copyright year & version number/version date changes. 2004-02-20 13:18:36 +00:00
config.py Copyright year change. 2004-02-20 13:16:36 +00:00
handlers.py Copyright year change. 2004-02-20 13:17:27 +00:00