Ticket #5693 enhancement new
Make log.err a method of LogPublisher
| Reported by: | chris- | Owned by: | chris- |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
The attached patch changes log.err to be an object method of LogPublisher. The goal of this patch is to make it easier to use a custom LogPublisher without loosing the convenience of log.err for handling failures, eg. when using pythons logging instead of twisted.python.log.
Besides the patch, there is a use case example attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

