Log::Dispatch::Config has a nice format option which I would like to see in Log::Dispatch directly.
In my case I'd like to have a screen logger that prepends log messages with the time and the log level. I know this can be done with adding a callback, but since Log::Dispatch::Config provides such a convenient option, it would be nice when something like it would be directly available in all Log::Dispatch outputs.
Log::Dispatch::Confighas a niceformatoption which I would like to see inLog::Dispatchdirectly.In my case I'd like to have a screen logger that prepends log messages with the time and the log level. I know this can be done with adding a callback, but since
Log::Dispatch::Configprovides such a convenient option, it would be nice when something like it would be directly available in all Log::Dispatch outputs.