Tags: uber-common/bark
Tags
Prevent double-wrapping in zbark (#17) As users and packages start using these wrappers, we're likely to start double- and triple-wrapping loggers. Without special care, this will get quite inefficient. This change alters the `Zapify` and `Barkify` functions to detect double-wrapping and recover the original logger, rather than adding another layer of indirection.