func WrapCore()

in core.go [40:42]


func WrapCore(c zapcore.Core) zapcore.Core {
	return &core{c}
}