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
v1.2.0
This new release introduces:
* A new method SetReportCaller in the Logger to enable the file, line and calling function from which the trace has been issued
* A new trace level named Trace whose level is below Debug
* A configurable exit function to be called upon a Fatal trace
* The Level object now implements encoding.TextUnmarshaler interface