Log::Log4perl::EasyCatch - Easy Logging with Log4perl, catching errors and
warnings, using configfile
use Log::Log4perl::EasyCatch;
INFO "Startup!";
ERROR "There is an error: $error" if $error;
DEBUG "Internal state: $status";
...
Everything from Log::Log4perl in easy mode, plus: Logging of warnings and
Exceptions; default config file.
Automatic logging of data structures via Data::Dumper! Configure default log_dir
via import.
Include a default log config and optionally write it?
Returns a log dir; can be called from logging-properties file!