in reply to Format strings with Log::Dispatch?

Hi, Log::Dispatch is just a dispatcher and the logging objects to which it dispatches messages are what determine the output. You can use an existing one, (including possibly of interest Log::Dispatch::Code to output to a coderef of your own devising), write your own output class, or use Log::Dispatch::Config in place of the parent class.

Also see the doc for configuration in the Role you are currently using.

Hope this helps!


The way forward always starts with a minimal test.