Beefy Boxes and Bandwidth Generously Provided by pair Networks Ovid
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Custom cspec's in Net::Log4perl

by jimbojones (Friar)
on Apr 21, 2005 at 16:34 UTC ( [id://450196]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Custom cspec's in Net::Log4perl

Hi

I'm not too sure about this, since I'm not famaliar with Log4Perl ...

isn't $session in your main package? If so, try

log4perl.PatternLayout.cspec.s = sub {return $::session->id}

Replies are listed 'Best First'.
Re^2: Custom cspec's in Net::Log4perl
by jpfarmer (Pilgrim) on Apr 21, 2005 at 17:49 UTC

    I tried that, and it silenced strict's complaint, but it now gives Can't call method "id" on an undefined value at (eval 36) line 1.. So, apparently the value still isn't avalible to the module.

      Hi,

      Sorry, I didn't read your code carefully enough.

      # Check to see if we have a session. If so, load it's information. # If not, we need to create one and then cookie the user. #### JJ comment #### 'my' makes this lexically scoped #### change to 'our' or $::session to be visible #### in other scopes my $session = new CGI::Session("driver:DB_File", $cgi, {Directory=>'/u +sr/local/apache/htdocs/addressbook'}); # Init the logger Log::Log4perl->init("/usr/local/apache/htdocs/addressbook/log4perl.con +f");
      you need to change my $session to something package scoped, like $::session. Then, it's somewhat of a global variable, so be carefull.

      - j

        Excellent! It works now!

        Thank you very much for your help!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://450196]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.