Open
Description
Hi there,
The logger is awesome ;-)
The only fact, i'm quit dissapointed is that the log commands return errors...
It seems a bit strange for me, since loggers are designed to handle errors, not produce them 😄
This is a bit annoying for me, since GoLand complains about "unhandled error"
What about changing API to something like:
glg.Info("some log")
if glg.Err() != nil { /* handle error if you really need this */ }
Metadata
Metadata
Assignees
Labels
No labels