Re: warn statement fails in modperl 2 on windows

2005-04-17 Thread Ron Savage
Hi Folks > use Apache::Log (); > Apache->warn("warn text"); (Under Windows) I've never used this form. I used to try a simple warn "Text"; combined with Apache::Reload but only rarely, _very_ rarely, did the text appear in the log, so I gave up and always write to a new file with open/wri

Re: warn statement fails in modperl 2 on windows

2005-04-16 Thread Josef Ender
Hello a small code snipped working on my mod_perl windows: use Apache::Log (); Apache->warn("warn text"); please provide more details if this does not work. regards, Josef -- Josef Ender, Bitspot AG http://www.bitspot.ch Anonymity wrote: > Hello, > I've been dealing with an

warn statement fails in modperl 2 on windows

2005-04-14 Thread Anonymity
Hello, I've been dealing with an issue with warn statements under mod perl lately. The messages I try to warn out never make it to the log. I've also tried printing to STDERR and get the same result. We have multiple machines here with the same issue. Does anyone have a workaround? Thanks, Mike