This is a discussion on Re: No log() in Apache2::RequestRec? - modperl ; Fred Moyer wrote: > Colin Wetherbee wrote: >> [Fri Dec 14 23:57:52 2007] [error] [client 192.168.171.80] Can't >> locate object method "log" via package "Apache2::RequestRec" at >> /home/cww/sites/ js .iron.denterprises.org/htdocs/jet-set/JetSet/Debug.pm >> line 33.\n > > use Apache2::Log (); > > ...
Fred Moyer wrote:
> Colin Wetherbee wrote:
>> [Fri Dec 14 23:57:52 2007] [error] [client 192.168.171.80] Can't
>> locate object method "log" via package "Apache2::RequestRec" at
>> /home/cww/sites/js.iron.denterprises.org/htdocs/jet-set/JetSet/Debug.pm
>> line 33.\n
>
> use Apache2::Log ();
>
> should take care of it.
Well, that was easy enough.
Thanks.
Colin