blob: 97db2f58fde0f3e8a72840872f1ba36c5f40c69b (
plain) (
blame)
1
2
3
4
5
6
|
# maulogger
A logger in Go. Deprecated in favor of [zerolog](https://github.com/rs/zerolog).
Utilities for migrating gracefully can be found in the maulogadapt package,
it includes both wrapping a zerolog in the maulogger interface, and wrapping a
maulogger as a zerolog output writer.
|