[Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ?

2010-06-13 Thread Christiaan Kras
Hi list, I'm currently looking at the available modules for implementing Log::Log4perl with my Catalyst app and would like to have some advice on it. I've found and tried Catalyst::Plugin::Log4perl::Simple but when using the module Catalyst warns about it using NEXT. So I'm wondering if it's

Re: [Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ?

2010-06-13 Thread David Schmidt
On Sun, Jun 13, 2010 at 11:14 AM, Christiaan Kras c.k...@pcc-online.net wrote: Hi list, I'm currently looking at the available modules for implementing Log::Log4perl with my Catalyst app and would like to have some advice on it. I've found and tried Catalyst::Plugin::Log4perl::Simple but

Re: [Catalyst] unrecognized characters

2010-06-13 Thread David Schmidt
On Sat, Jun 12, 2010 at 3:56 PM, Xiao Yafeng xyf.x...@gmail.com wrote: Hi gurus,             I'm new to Catalyst. I've found a strange situation when I wrote a website in utf-8. The page will change into unrecognized characters when I use DBD::Oracle plus WRAPPER directive. but if I use

Re: [Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ?

2010-06-13 Thread Christiaan Kras
Thanks. He suggests Catalyst::Log::Log4perl. I guess I'll try both Catalyst::Log::Log4perl and Log::Log4perl::Catalyst then. Christiaan Kras http://blog.htbaa.com http://www.brandweeruren.nl Op 13-6-2010 11:42, David Schmidt schreef: On Sun, Jun 13, 2010 at 11:14 AM, Christiaan

Re: [Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ?

2010-06-13 Thread J. Shirley
On Jun 13, 2010, at 3:56 AM, Christiaan Kras wrote: Thanks. He suggests Catalyst::Log::Log4perl. I guess I'll try both Catalyst::Log::Log4perl and Log::Log4perl::Catalyst then. Christiaan Kras The cspec issues can (in most cases) be safely ignored. If you do encounter any issues with

RE: [Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ?

2010-06-13 Thread Christiaan Kras
So far I haven't run into any issues. My app isn't production ready either so it doesn't receive much traffic either. -origineel bericht- Onderwerp: Re: [Catalyst] Log::Log4perl::Catalyst or Catalyst::Log::Log4perl ? Van: J. Shirley jshir...@gmail.com Datum: 13-06-2010 19:57 On Jun 13, 2010,

Re: [Catalyst] unrecognized characters

2010-06-13 Thread Xiao Yafeng
Thanks for your advice. I've solved it. On Sun, Jun 13, 2010 at 6:39 PM, David Schmidt davew...@gmx.at wrote: On Sat, Jun 12, 2010 at 3:56 PM, Xiao Yafeng xyf.x...@gmail.com wrote: Hi gurus, I'm new to Catalyst. I've found a strange situation when I wrote a website in utf-8.