Replace bulk of uses of 'zLOG' with equivalent Python 'logging' module usage.
Exceptions: - 'ZServer' code which uses the 'register_subsystem' stuff. - Code which imports custom log levels (BLATHER, TRACE), now pulled from 'zLOG.EventLogger'. - Test jigs which play with zLOG's 'write_log'. - Usage in 'svn:externals' modules (ZODB, etc.)
Showing
Please register or sign in to comment