type go.uber.org/zap.AtomicLevel

15 uses

	go.uber.org/zap (current package)
		config.go#L62: 	Level AtomicLevel `json:"level" yaml:"level"`
		config.go#L184: 	if cfg.Level == (AtomicLevel{}) {
		http_handler.go#L71: func (lvl AtomicLevel) ServeHTTP(w http.ResponseWriter, r *http.Request) {
		level.go#L70: type AtomicLevel struct {
		level.go#L74: var _ internal.LeveledEnabler = AtomicLevel{}
		level.go#L78: func NewAtomicLevel() AtomicLevel {
		level.go#L79: 	return AtomicLevel{
		level.go#L86: func NewAtomicLevelAt(l zapcore.Level) AtomicLevel {
		level.go#L98: func ParseAtomicLevel(text string) (AtomicLevel, error) {
		level.go#L111: func (lvl AtomicLevel) Enabled(l zapcore.Level) bool {
		level.go#L116: func (lvl AtomicLevel) Level() zapcore.Level {
		level.go#L121: func (lvl AtomicLevel) SetLevel(l zapcore.Level) {
		level.go#L126: func (lvl AtomicLevel) String() string {
		level.go#L133: func (lvl *AtomicLevel) UnmarshalText(text []byte) error {
		level.go#L150: func (lvl AtomicLevel) MarshalText() (text []byte, err error) {