Ticket #236 (closed enhancement: fixed)
A better logging/debug message facility
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | high | Milestone: | 0.7 |
| Component: | general | Version: | 0.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We should have a Logger class for printing debug/log messages when developing.
This will put less strain on the brains of newcomers, and make life easier.
In Python 2.3, we can use the logging module, and make a simple print-to-stderr logger for earlier python-versions.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


