From: <jsc...@gm...> - 2007-03-17 19:25:04
|
Hello! Log4perl is working fine for me.=20 =2D I just wonder about the usage of the levels: I have a sript including user interations: usual 'print' to the user and $in =3D <STDIN>; for user input I also want to log this interactions. but none of the Log4perl log levels seems to be=20 appropriate for this. (of course I could use a custom level e.g $logger->print()) but shouldn't this be included in Log4perl by default? (with highest log priority , higher than level FATAL?) or do I have do bind the normal 'print' to $logger->print ? Thanks for ideas J=FCrgen |