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)
/* sort exporteds by: | */
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 LeveledEnabler : go.uber.org/zap/zapcore.LevelEnabler