type go.uber.org/zap/zapcore.Field
30 uses
go.uber.org/zap/zapcore (current package)
console_encoder.go#L70: func (c consoleEncoder) EncodeEntry(ent Entry, fields []Field) (*buffer.Buffer, error) {
console_encoder.go#L132: func (c consoleEncoder) writeContext(line *buffer.Buffer, extra []Field) {
core.go#L29: With([]Field) Core
core.go#L42: Write(Entry, []Field) error
core.go#L52: func (n nopCore) With([]Field) Core { return n }
core.go#L54: func (nopCore) Write(Entry, []Field) error { return nil }
core.go#L81: func (c *ioCore) With(fields []Field) Core {
core.go#L94: func (c *ioCore) Write(ent Entry, fields []Field) error {
encoder.go#L450: EncodeEntry(Entry, []Field) (*buffer.Buffer, error)
entry.go#L170: OnWrite(*CheckedEntry, []Field)
entry.go#L191: func (a CheckWriteAction) OnWrite(ce *CheckedEntry, _ []Field) {
entry.go#L233: func (ce *CheckedEntry) Write(fields ...Field) {
field.go#L104: type Field struct {
field.go#L114: func (f Field) AddTo(enc ObjectEncoder) {
field.go#L190: func (f Field) Equals(other Field) bool {
field.go#L208: func addFields(enc ObjectEncoder, fields []Field) {
hook.go#L62: func (h *hooked) With(fields []Field) Core {
hook.go#L69: func (h *hooked) Write(ent Entry, _ []Field) error {
increase_level.go#L57: func (c *levelFilterCore) With(fields []Field) Core {
increase_level.go#L69: func (c *levelFilterCore) Write(ent Entry, fields []Field) error {
json_encoder.go#L361: func (enc *jsonEncoder) EncodeEntry(ent Entry, fields []Field) (*buffer.Buffer, error) {
lazy_with.go#L28: fields []Field
lazy_with.go#L33: func NewLazyWith(core Core, fields []Field) Core {
lazy_with.go#L46: func (d *lazyWithCore) With(fields []Field) Core {
sampler.go#L203: func (s *sampler) With(fields []Field) Core {
tee.go#L48: func (mc multiCore) With(fields []Field) Core {
tee.go#L82: func (mc multiCore) Write(ent Entry, fields []Field) error {
go.uber.org/zap
field.go#L34: type Field = zapcore.Field
field.go#L408: return zapcore.Field{
|
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. |