type go.uber.org/zap/zapcore.Core
42 uses
go.uber.org/zap/zapcore (current package)
core.go#L25: type Core interface {
core.go#L29: With([]Field) Core
core.go#L50: func NewNopCore() Core { return nopCore{} }
core.go#L52: func (n nopCore) With([]Field) Core { return n }
core.go#L58: func NewCore(enc Encoder, ws WriteSyncer, enab LevelEnabler) Core {
core.go#L73: _ Core = (*ioCore)(nil)
core.go#L81: func (c *ioCore) With(fields []Field) Core {
entry.go#L38: cores: make([]Core, 4),
entry.go#L223: cores []Core
entry.go#L298: func (ce *CheckedEntry) AddCore(ent Entry, core Core) *CheckedEntry {
hook.go#L26: Core
hook.go#L31: _ Core = (*hooked)(nil)
hook.go#L40: func RegisterHooks(core Core, hooks ...func(Entry) error) Core {
hook.go#L62: func (h *hooked) With(fields []Field) Core {
increase_level.go#L26: core Core
increase_level.go#L31: _ Core = (*levelFilterCore)(nil)
increase_level.go#L39: func NewIncreaseLevelCore(core Core, level LevelEnabler) (Core, error) {
increase_level.go#L57: func (c *levelFilterCore) With(fields []Field) Core {
lazy_with.go#L26: core Core
lazy_with.go#L27: originalCore Core
lazy_with.go#L34: func NewLazyWith(core Core, fields []Field) Core {
lazy_with.go#L48: func (d *lazyWithCore) With(fields []Field) Core {
sampler.go#L152: func NewSamplerWithOptions(core Core, tick time.Duration, first, thereafter int, opts ...SamplerOption) Core {
sampler.go#L169: Core
sampler.go#L178: _ Core = (*sampler)(nil)
sampler.go#L195: func NewSampler(core Core, tick time.Duration, first, thereafter int) Core {
sampler.go#L203: func (s *sampler) With(fields []Field) Core {
tee.go#L25: type multiCore []Core
tee.go#L29: _ Core = multiCore(nil)
tee.go#L37: func NewTee(cores ...Core) Core {
tee.go#L48: func (mc multiCore) With(fields []Field) Core {
go.pact.im/x/zapjournal
zapjournal.go#L26: func NewCore(conn UnixConn, opts ...Option) zapcore.Core {
zapjournal.go#L37: func NewCoreWithConfig(conn UnixConn, c *Config) zapcore.Core {
zapjournal_linux.go#L31: func newCoreWithConfig(conn UnixConn, c Config) zapcore.Core {
zapjournal_linux.go#L48: func (c *journalCore) With(fields []zapcore.Field) zapcore.Core {
go.pact.im/x/zapslog
zapslog.go#L52: func (c *Core) With(fields []zapcore.Field) zapcore.Core {