Re: [log4perl-devel] Log4perl and catching unhandle exceptions but not using 'easy' mode

2009-05-27 Thread Mike Schilli
On Tue, 26 May 2009, Richard Burton wrote: > Currently the whole script gets in to a recursive mess, the file > logging.conf contains a simple root logger which outputs to the > screen, I have attached it but I suspect it is not of any use. I guess your logging.conf file looks like log4perl

Re: [log4perl-devel] Log4perl and catching unhandle exceptions but not using 'easy' mode

2009-05-27 Thread Richard Burton
Hi Mike Firstly thanks for the help your help so far.. I think I am almost seeing the light, my only question now is actually outputting the log text, below is my test script, could you outline what I should be putting for the line :- get_logger()->info(@_) in the PRINT method of package Trapper