in reply to [Log4perl] adding actions to messages

In my humble opinion, it's not the task of the logging framework to do a shutdown. You should rather have an error handler inside your application which does that, and the error handler can in turn call some logging routines.
  • Comment on Re: [Log4perl] adding actions to messages