Re: [log4perl-devel] Functionality question

2014-03-19 Thread Alexander Hartmaier
On Tue, Mar 18, 2014 at 7:59 AM, Claudio Steel wrote: > Ok I have read both of these but I'm a little fuzzy on what I did wrong > since it seems so straight forward. > 1. Have it installed and added to the makefile > 2. In my apps 'myapp.pm' I added > use Log::Log4perl::Catalyst; > and ... > __PA

Re: [log4perl-devel] Functionality question

2014-03-19 Thread Alexander Hartmaier
On Tue, Mar 18, 2014 at 10:22 PM, Claudio Steel wrote: > Yes, I'm pretty sure that is exactly what you mean and very smart idea. > However, I'd like to test small on this and rather than add and setup two > OTHER mods, I would like to just for this instance, statically add the file > path and make

Re: [log4perl-devel] Functionality question

2014-03-19 Thread Claudio Steel
Ok I have read both of these but I'm a little fuzzy on what I did wrong since it seems so straight forward. 1. Have it installed and added to the makefile 2. In my apps 'myapp.pm' I added use Log::Log4perl::Catalyst; and ... __PACKAGE__->log(Log::Log4perl::Catalyst->new('log4perl.conf')); 3. I mad

Re: [log4perl-devel] Functionality question

2014-03-17 Thread Alexander Hartmaier
On Mon, Mar 17, 2014 at 6:51 AM, Mike Schilli wrote: > On Fri, 14 Mar 2014, Claudio Steel wrote: > > > I have a new catalyst app and i think your module is exactly what I > need. However, I'm not > > able to find where I can set the file path that I want the log to be > written to. Any advice > >

Re: [log4perl-devel] Functionality question

2014-03-16 Thread Mike Schilli
On Fri, 14 Mar 2014, Claudio Steel wrote: > I have a new catalyst app and i think your module is exactly what I need. > However, I'm not > able to find where I can set the file path that I want the log to be written > to. Any advice > you have is appreciated. Check out http://search.cpan

[log4perl-devel] Functionality question

2014-03-16 Thread Claudio Steel
I have a new catalyst app and i think your module is exactly what I need. However, I'm not able to find where I can set the file path that I want the log to be written to. Any advice you have is appreciated. -- -Claudio Steel ---