Is there an option in Log4perl to add action(s) to messages at certain level? For example i I'd like to shutdown whole application (I mean clean shutdown: stopping all threads, closing handles etc.) when error of type FATAL occurs. Does L4p exposes an interface of that kind or do I have to do some hacking?