type go.uber.org/zap/zapcore.Level
37 uses
go.uber.org/zap/zapcore (current package)
core.go#L51: func (nopCore) Enabled(Level) bool { return false }
core.go#L77: func (c *ioCore) Level() Level {
encoder.go#L43: type LevelEncoder func(Level, PrimitiveArrayEncoder)
encoder.go#L47: func LowercaseLevelEncoder(l Level, enc PrimitiveArrayEncoder) {
encoder.go#L53: func LowercaseColorLevelEncoder(l Level, enc PrimitiveArrayEncoder) {
encoder.go#L63: func CapitalLevelEncoder(l Level, enc PrimitiveArrayEncoder) {
encoder.go#L69: func CapitalColorLevelEncoder(l Level, enc PrimitiveArrayEncoder) {
entry.go#L144: Level Level
hook.go#L48: func (h *hooked) Level() Level {
increase_level.go#L49: func (c *levelFilterCore) Enabled(lvl Level) bool {
increase_level.go#L53: func (c *levelFilterCore) Level() Level {
lazy_with.go#L64: func (d *lazyWithCore) Enabled(level Level) bool {
level.go#L32: type Level int8
level.go#L37: DebugLevel Level = iota - 1
level.go#L69: func ParseLevel(text string) (Level, error) {
level.go#L70: var level Level
level.go#L78: Level() Level
level.go#L98: func LevelOf(enab LevelEnabler) Level {
level.go#L113: func (l Level) String() string {
level.go#L135: func (l Level) CapitalString() string {
level.go#L160: func (l Level) MarshalText() ([]byte, error) {
level.go#L170: func (l *Level) UnmarshalText(text []byte) error {
level.go#L180: func (l *Level) unmarshalText(text []byte) bool {
level.go#L203: func (l *Level) Set(s string) error {
level.go#L208: func (l *Level) Get() interface{} {
level.go#L213: func (l Level) Enabled(lvl Level) bool {
level.go#L228: Enabled(Level) bool
level_strings.go#L26: _levelToColor = map[Level]color.Color{
level_strings.go#L37: _levelToLowercaseColorString = make(map[Level]string, len(_levelToColor))
level_strings.go#L38: _levelToCapitalColorString = make(map[Level]string, len(_levelToColor))
sampler.go#L44: func (cs *counters) get(lvl Level, key string) *counter {
sampler.go#L199: func (s *sampler) Level() Level {
tee.go#L56: func (mc multiCore) Level() Level {
tee.go#L66: func (mc multiCore) Enabled(lvl Level) bool {
go.pact.im/x/zapslog
loglevel.go#L27: func convertLogLevel(level zapcore.Level) slog.Level {
zapslog.go#L47: func (c *Core) Enabled(level zapcore.Level) bool {