Logger
A structured logger.
The logger is designed with the idea of following closely the severity levels as defined in RFC5424.
A partial log
compatibility layer is available by importing github.com/tzvetkoff-go/logger/compat/log
.
See example.go for an example.
The code is subject to the MIT license.