Releases: codemedic/go-log
Releases · codemedic/go-log
v0.5.0
v0.4.1
v0.4.0
v0.3.1
- Adds handler for global
log
from standard library.
Any logging from a third-party library can be handled. - Adds sorting of log-lines from global
log
from standard library.
Allows you to assign appropriate logging levels or hiding them based on content inspection. - More doc updates.
v0.2.0
- API changes
log.OptionMust(o Option, err error)
has becomelog.OptionsMust(o Option, err error)
to reflect the most appropriate use case, which is to check for errors fromOptionLoader
s combined throughlog.Options(opt ...interface{})
. - Minor doc updates and tweaks.
first release
v0.1.0 Update LICENSE