Issues Show Unassigned Show All Search
Login Remember me? Register Lost your login?
Help Roundup docs
Created on 2008-03-13.18:13:09 by mg, last changed 2008-09-23.18:01:45 by mg.
Dan: would you investigate the Twisted and Python logging modules?
Another option is the twisted.python.log module described here: http://ln-s.net/25Bx which seems simpler than the Python logging module.
The standard Python logging module is the obvious choice: http://docs.python.org/lib/module-logging.html
Use a better technique for debug output than scattering print statements around the source code.