Ticket #185 (defect)
Opened 3 years ago
Last modified 3 years ago
New Logging functionality
Status: closed (fixed)
| Reported by: | JosYule | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | CherryPy code | Keywords: | logging |
| Cc: |
Currently, it is more difficult then it should be to log messages to the CherryPy log file. Something as simple as a wrapper around _cpdefaults._cpLogMessage might be a start. Or something more "robust", rolling in Pythons Logging Module or a log4j style tool.
Change History
06/16/05 00:49:14: Modified by fumanchu
- owner changed from fumancu to fumanchu.
06/17/05 14:47:14: Modified by JosYule
06/22/05 00:32:44: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Implemented in changeset [357].


If you are working on this, you should check out ticket #183 too.