Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TimeKey (0.11 sec)

  1. pkg/log/config.go

    	InfoLevel:  zapcore.InfoLevel,
    	WarnLevel:  zapcore.WarnLevel,
    	ErrorLevel: zapcore.ErrorLevel,
    	FatalLevel: zapcore.FatalLevel,
    	NoneLevel:  none,
    }
    
    var defaultEncoderConfig = zapcore.EncoderConfig{
    	TimeKey:        "time",
    	LevelKey:       "level",
    	NameKey:        "scope",
    	CallerKey:      "caller",
    	MessageKey:     "msg",
    	StacktraceKey:  "stack",
    	LineEnding:     zapcore.DefaultLineEnding,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 26 20:38:10 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Source.Function", Field, 21},
    		{"Source.Line", Field, 21},
    		{"SourceKey", Const, 21},
    		{"String", Func, 21},
    		{"StringValue", Func, 21},
    		{"TextHandler", Type, 21},
    		{"Time", Func, 21},
    		{"TimeKey", Const, 21},
    		{"TimeValue", Func, 21},
    		{"Uint64", Func, 21},
    		{"Uint64Value", Func, 21},
    		{"Value", Type, 21},
    		{"Warn", Func, 21},
    		{"WarnContext", Func, 21},
    		{"With", Func, 21},
    	},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top