MCPcopy
hub / github.com/uber/aresdb / With

Method With

common/log.go:60–60  ·  view source on GitHub ↗

Return a logger with the specified key-value pair set, to be logged in a subsequent normal logging call

(args ...interface{})

Source from the content-addressed store, hash-verified

58
59 // Return a logger with the specified key-value pair set, to be logged in a subsequent normal logging call
60 With(args ...interface{}) Logger
61}
62
63// LoggerFactory defines the log factory ares needs.

Callers 15

FetchSchemasMethod · 0.65
PrepareEnumCasesMethod · 0.65
prepareEnumCasesMethod · 0.65
PrepareUpsertBatchMethod · 0.65
UpdateJobMethod · 0.65
deleteEnumMethod · 0.65
UpdateTableMethod · 0.65
RunMethod · 0.65

Implementers 2

ZapLoggercommon/log.go
NoopLoggercommon/log.go

Calls

no outgoing calls

Tested by

no test coverage detected