Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Log4Perl together with Config::Auto

by saintmike (Vicar)
on Nov 15, 2008 at 20:48 UTC ( [id://723847]=note: print w/replies, xml ) Need Help??


in reply to Log4Perl together with Config::Auto

I would like to add the Log4Perl configuration into the very same xml files, but I have not really understood how I could do this.
If you have a collection of XML files to configure your application, just add another configuration file for Log4perl to the collection.

Now, you can configure Log4perl in XML or in the native Log4perl format. I personally dislike XML because it's hard to read, so I use the standard configuration format as explained in the Log4perl manual pages.

If you really want to embed the Log4perl configuration in your configuration format, you're gonna lose useful features like init_and_watch(), but you can do that by parsing out the configuration, storing it in a hash and passing it to init(). See the section alternative initialization in the Log4perl manual for details.

But again, I'd recommend using the standard way with a separate configuration file, it definitely has its advantages.

  • Comment on Re: Log4Perl together with Config::Auto

Replies are listed 'Best First'.
Re^2: Log4Perl together with Config::Auto
by weismat (Friar) on Nov 17, 2008 at 07:25 UTC
    Thanks for your replys.
    I have decided to go the seperate configuration file way as I do not want to use features and want to keep the configurations seperate.
    I am also using Log4Net and this one supports the very same xml file features as it simply ignores any unknown parts of the xml file.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://723847]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-19 20:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found