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 the timestamp something was logged to the message struct

aphistic opened this issue · comments

This way if it takes some time (even milliseconds) to actually send the message it will be logged at the correct ime.

This should also include a way to output the time in a certain format in a template.