Modify ↓
#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: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (3)
comment:1 by , 21 years ago
Milestone: | → 0.7 |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [410].