Hi Folks I'm developing a new CGI::App-based module, to be released shortly, and I'm keen to have an option in its config file which allows logging.
But how best to do that? Amongst the many logging modules, I use Log::Dispatch. Or, should I allow the user to configure any logging package? I think that's too open-ended to add to a single module. What I'd like to know is what you think about configuring logging. For instance, one way is to look for a line in the config file such as: log=/some/log/x.conf with the absence of such a line meaning do no logging, while the presence of such a line means it needs to be parsed and processed. I'm aware of Log::Dispatch::Config (with long-standing bug reports), but I'm wondering what else people are using or doing. -- Ron Savage [email protected] http://savage.net.au/index.html ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################
