You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helper method to simplify passing Logger as io.Writer (#25)
* Make Logger comply with io.Writer
Alternative to #24
* Fixed SimpleRenderer
* Format message upon log entry creation
* Reorder fields
* Introduce AsWriter method