On 06/04/2018 08:48 PM,
vteja...@gmail.com wrote:
>
> Not any specific module. In case if we such module available, it would
> be helpful.
>
It also depends a bit on what you are logging to. For instance, whether
you are just logging to stdout/stderr and prefixing lines with the level
as <#>. (as systemd would expect)
You can in principle do that with standard "log" package, but it's not
very efficient.
I wrote a log package for that purpose which is backward source
compatible with the standard library "log" package.
/Peter