Subject: | Different actions for different levels |
It would be great if I could specify in the log file that different
things happen for different levels, e.g. warns and above get sent to a
file, fatal gets sent to an email (as well as into the file) e.g.:
log4perl.logger.bb-links.pl=(WARN, A1) (FATAL, A2)
log4perl.appender.A1=Log::Dispatch::File
...
log4perl.appender.A2=Log::Dispatch::Email
...