in reply to Re^2: using subs in Log4perl config file
in thread using subs in Log4perl config file

Then you've either got a typo in the call to the function or you didn't pull in the package ("use SomePackage") it is contained in before calling init(). What's the error message?

Replies are listed 'Best First'.
Re^4: using subs in Log4perl config file
by dwhitney (Beadle) on Nov 02, 2004 at 18:34 UTC
    Hey saintmike, sorry for the delay in responding to your reply. Anyway, took your ideas and applied them. Looks to work just fine! Thanks for your help!