Re: redirecting log to screen

2004-11-30 Thread Stas Bekman
[Marc, please always reply to the list] Marc Lambrichs wrote: Sorry. mp1. OK, then subclass Apache::Log (actually it is the same under both generations) I've written a utility module that uses a $r->log object to log my request using my own debug, info, notice etc. methods. Instead of writing t

Re: redirecting log to screen

2004-11-30 Thread Stas Bekman
Marc Lambrichs wrote: I've written a utility module that uses a $r->log object to log my request using my own debug, info, notice etc. methods. Instead of writing to a log file, I want to redirect all log messages to the client for a specific module that uses this log utility. What's the best w

redirecting log to screen

2004-11-30 Thread Marc Lambrichs
I've written a utility module that uses a $r->log object to log my request using my own debug, info, notice etc. methods. Instead of writing to a log file, I want to redirect all log messages to the client for a specific module that uses this log utility. What's the best way to arrange this?