func go.uber.org/zap/zapcore.LevelOf
8 uses
go.uber.org/zap/zapcore (current package)
core.go#L78: return LevelOf(c.LevelEnabler)
hook.go#L49: return LevelOf(h.Core)
increase_level.go#L54: return LevelOf(c.level)
level.go#L98: func LevelOf(enab LevelEnabler) Level {
sampler.go#L200: return LevelOf(s.Core)
tee.go#L59: if lvl := LevelOf(mc[i]); lvl < minLvl {
go.uber.org/zap
logger.go#L214: return zapcore.LevelOf(log.core)
sugar.go#L122: return zapcore.LevelOf(s.base.core)
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. |