
Log::dispatch::config is a wrapper for log::dispatch and provides a way to configure log::dispatch objects with configuration files. somewhat like a lite version of log4j and log::log4perl it allows multiple log destinations. the standard configuration file format for log::dispatch::config is appconfig.
log::dispatch::configurator::any plugs in to log::dispatch::config and allows the use of other file formats, in fact any format supported by the config::any module. as a bonus you can also pass in a configuration data structure instead of a file name.