Re: [log4perl-devel] questions on log4perl initialzation

2007-11-14 Thread Mike Schilli
On Wed, 14 Nov 2007, Joe Wong wrote: > I came into a very strange behaviour of initializing log4perl. I am > using mod_perl, with a startup handler (startup.pl). I put > Log::Log4Perl::init_once(config_file) there. However, when I tried to > call get_logger() in my module, I got error saying that

[log4perl-devel] questions on log4perl initialzation

2007-11-14 Thread Joe Wong
Hello, I came into a very strange behaviour of initializing log4perl. I am using mod_perl, with a startup handler (startup.pl). I put Log::Log4Perl::init_once(config_file) there. However, when I tried to call get_logger() in my module, I got error saying that Log4perl is not initialized. How s

Re: [log4perl-devel] Questions on Log4perl

2007-08-09 Thread Mike Schilli
On Thu, 9 Aug 2007 [EMAIL PROTECTED] wrote: > I'm working on a script I'd like to use Log4perl on for gathering > information: STDERR, STDOUT, etc... I read your 4 page article on > www.perl.com and it looks like my script is a good candidate for using > config files. I don't have a lot of exper

[log4perl-devel] Questions on Log4perl

2007-08-09 Thread joe . x . mctigue
Good Morning, I'm working on a script I'd like to use Log4perl on for gathering information: STDERR, STDOUT, etc... I read your 4 page article on www.perl.com and it looks like my script is a good candidate for using config files. I don't have a lot of experience using config files in my Perl