Modify ↓
#65 closed task (fixed)
Convert all loggers/listeners to use streams
| Reported by: | hans | Owned by: | hans |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.3.0 |
| Component: | Version: | 2.2.0 | |
| Keywords: | Cc: |
Description
Currently the default loggers in Phing just use print() to echo stuff out to STDOUT. This works fine until you want to specify a -logfile, which is supposed to be the file to which all -logger output is written. Currently only supported loggers (PearLogger and XmlLogger) will respect the -logfile settings.
We should use streams everywhere in the build listeners / loggers to get around this issue.
Attachments (0)
Change History (1)
comment:1 Changed 6 years ago by hans
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Added new stream classes and made core Phing class & all loggers use streams for standard & error output in changeset:147