Releases: kataras/golog
Releases · kataras/golog
v0.1.1
v0.1.0
v0.0.19
v0.0.18
v0.0.16
Sa 06 June 2020 | v0.0.16
- New
Fields
map type that can be passed toLogf/Debugf/Infof/Warnf/Errorf/Fatalf
functions and set theLog.Fields
data field (which can be retrieved through a customLogHandler
). - Add
Log.Stacktrace
of newFrame
type which holds the callers stack trace whenDebug/Debugf
. - Add
json
struct fields to theLog
structure. - Update the customize-output example.
v0.0.15
Same as v0.0.14 (refreshed for modules caching), read the following link for changes: https://github.com/kataras/golog/blob/master/HISTORY.md#su-17-may-2020--v0014
v0.0.13
v0.0.12
This release provides support for colorized log level per registered output. Log's level will be colorful for registered io.Writer
(via AddOutput
) that supports colors, even when the rest of the writers (e.g. files) don't.
Breaking changes on the Levels
map. See the corresponding updated example for migration.
v0.0.10
- Update pio dependency to version 0.0.2 as it contains a small but important bugfix for GUI apps.