MCPcopy
hub / github.com/uber-go/zap / enablerWithCustomLevel

Struct enablerWithCustomLevel

zapcore/level_test.go:214–214  ·  zapcore/level_test.go::enablerWithCustomLevel

enablerWithCustomLevel is a LevelEnabler that implements a custom Level method.

Source from the content-addressed store, hash-verified

212// enablerWithCustomLevel is a LevelEnabler that implements a custom Level
213// method.
214type enablerWithCustomLevel struct{ lvl Level }
215
216var _ leveledEnabler = (*enablerWithCustomLevel)(nil)
217

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected