aphistic / gomol

Gomol is a library for structured, multiple-output logging for Go with extensible logging outputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add json function to template so messages can be written as JSON values

aphistic opened this issue · comments

This could help when using the WriterLogger for testing purposes. Like writing the log messages to a file from a server that the client can verify within tests.