Enhancements:
- #1378: Add
WithLazy
method forSugaredLogger
. - #1399: zaptest: Add
NewTestingWriter
for customizing TestingWriter with more flexibility thanNewLogger
. - #1406: Add
Log
,Logw
,Logln
methods forSugaredLogger
. - #1416: Add
WithPanicHook
option for testing panic logs.
Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.