From: Ben H. <bhu...@fa...> - 2009-03-31 02:25:37
|
Apologies if this has been answered in more detail, but I couldn't find much beyond the following in the archives: http://www.mail-archive.com/log...@li.../msg00178.html I want a default base set up for the logs, for formatting and levels of explicit-ness, but I also want users to be able to override certain parts of this behaviour with config files. I can imagine doing the default behaviour in Perl, and then loading the config file, but I'm not sure if that will trash all the default settings. Or there is the string merge idea from the link above, but that seems a little tricky. How would it be best to do this? Thanks, Ben |