Issue5

Title Use a logging module
Type wish Status chatting
Importance 35.0
Superseder Nosy List dalc, mg
Assigned To Keywords

Created on 2008-03-13.18:13:09 by mg, last changed 2008-09-23.18:01:45 by mg.

Messages
msg212 (view) Author: mg Date: 2008-09-23.17:41:24
Dan: would you investigate the Twisted and Python logging modules?
msg137 (view) Author: mg Date: 2008-07-25.18:27:45
Another option is the twisted.python.log module described here:

  http://ln-s.net/25Bx

which seems simpler than the Python logging module.
msg9 (view) Author: mg Date: 2008-03-13.19:43:04
The standard Python logging module is the obvious choice:

  http://docs.python.org/lib/module-logging.html
msg6 (view) Author: mg Date: 2008-03-13.18:13:08
Use a better technique for debug output than scattering print
statements around the source code.
History
Date User Action Args
2008-09-23 18:01:45mgsetimportance: 35.0
2008-09-23 17:41:24mgsetmessages: + msg212
2008-09-23 17:41:20mgsetnosy: + dalc
type: feature -> wish
2008-09-23 16:19:35tpjsettype: feature
2008-07-25 18:27:45mgsetmessages: + msg137
2008-03-13 19:43:04mgsetstatus: unread -> chatting
messages: + msg9
2008-03-13 18:13:09mgcreate