Releases: juju/loggo
Releases · juju/loggo
v2.1.0
v1.0.0
What's Changed
- Split up logger.go and writer.go. by @ericsnowcurrently in #14
- Support non-global loggers. by @ericsnowcurrently in #13
- Cleans up package abstractions by @howbazaar in #17
- Protect write operations with a muxtex by @wallyworld in #18
- Missing mutex in public method. by @howbazaar in #19
- Add a color writer and make it the new default. by @howbazaar in #20
- Move ANSI terminal color support into loggocolor by @rogpeppe in #25
- Adding the missing . in the comments ;) by @mohsen0 in #26
- Fix master by @howbazaar in #28
- Add Parent and Child methods to the Logger type. by @howbazaar in #30
- Update docs. by @howbazaar in #31
- Add ability to set color capability on loggocolor by @makyo in #34
- Move ConfigureLoggers to the Context struct. by @howbazaar in #36
- Add ability to get Root logger from any Logger. by @howbazaar in #38
- Logger: Label loggers by @SimonRichardson in #40
- Logging config for new loggers by @SimonRichardson in #43
- Add GetLoggerWithLabels function by @hmlanigan in #45
New Contributors
- @ericsnowcurrently made their first contribution in #14
- @wallyworld made their first contribution in #18
- @mohsen0 made their first contribution in #26
- @makyo made their first contribution in #34
- @SimonRichardson made their first contribution in #40
- @hmlanigan made their first contribution in #45
Full Changelog: https://github.com/juju/loggo/commits/v1.0.0