package internal
Import Path
go.uber.org/zap/internal (on go.dev)
Dependency Relation
imports one package, and imported by one package
Involved Source Files
Package internal and its subpackages hold types and functionality
that are not part of Zap's public API.
Package-Level Type Names (only one, which is exported)
LeveledEnabler is an interface satisfied by LevelEnablers that are able to
report their own level.
This interface is defined to use more conveniently in tests and non-zapcore
packages.
This cannot be imported from zapcore because of the cyclic dependency.
( LeveledEnabler) Enabled(zapcore.Level) bool
( LeveledEnabler) Level() zapcore.Level
go.uber.org/zap.AtomicLevel
*go.uber.org/zap/zapcore.hooked
*go.uber.org/zap/zapcore.ioCore
go.uber.org/zap/zapcore.leveledEnabler (interface)
*go.uber.org/zap/zapcore.levelFilterCore
go.uber.org/zap/zapcore.multiCore
*go.uber.org/zap/zapcore.sampler
LeveledEnabler : go.uber.org/zap/zapcore.LevelEnabler
LeveledEnabler : go.uber.org/zap/zapcore.leveledEnabler
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |