go.uber.org/zap/zapcore.EncoderConfig.LevelKey (field)
7 uses
go.uber.org/zap/zapcore (current package)
console_encoder.go#L83: if c.LevelKey != "" && c.EncodeLevel != nil {
encoder.go#L320: LevelKey string `json:"levelKey" yaml:"levelKey"`
json_encoder.go#L365: if final.LevelKey != "" && final.EncodeLevel != nil {
json_encoder.go#L366: final.addKey(final.LevelKey)
go.uber.org/zap
config.go#L127: LevelKey: "level",
config.go#L204: LevelKey: "L",
logger.go#L131: LevelKey: "level",
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. |