http://qs321.pair.com?node_id=1212993


in reply to Wanted: Opinions on Logging Frameworks

Hi, FYI you can use Log::Any as the logger and Log::Dispatch as the output adapter, which then allows you to output to different destinations (file + screen for example).

Edit: Also you can use Log::Log4perl as the output adapter for Log::Any if you choose ...


The way forward always starts with a minimal test.