type go.uber.org/zap.Config
9 uses
go.uber.org/zap (current package)
config.go#L58: type Config struct {
config.go#L157: func NewProductionConfig() Config {
config.go#L158: return Config{
config.go#L227: func NewDevelopmentConfig() Config {
config.go#L228: return Config{
config.go#L239: func (cfg Config) Build(opts ...Option) (*Logger, error) {
config.go#L264: func (cfg Config) buildOptions(errSink zapcore.WriteSyncer) []Option {
config.go#L315: func (cfg Config) openSinks() (zapcore.WriteSyncer, zapcore.WriteSyncer, error) {
config.go#L328: func (cfg Config) buildEncoder() (zapcore.Encoder, error) {
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. |