MCPcopy
hub / github.com/argoproj/argo-workflows / WithField

Method WithField

util/logging/logging.go:146–146  ·  view source on GitHub ↗
(name string, value any)

Source from the content-addressed store, hash-verified

144type Logger interface {
145 WithFields(fields Fields) Logger
146 WithField(name string, value any) Logger
147 WithError(err error) Logger
148
149 // When issuing a log, adding this will panic

Callers 15

EventStreamReaderMethod · 0.65
GetPluginNamesMethod · 0.65
SetMethod · 0.65
DeleteMethod · 0.65
IsPartOfExitHandlerMethod · 0.65
mainFunction · 0.65
streamMethod · 0.65
NewEmissaryCommandFunction · 0.65
saveArtifactFunction · 0.65
saveParameterFunction · 0.65
startFileSignalHandlerFunction · 0.65

Implementers 2

initLoggerutil/logging/init.go
slogLoggerutil/logging/slog.go

Calls

no outgoing calls

Tested by 4

streamMethod · 0.52
TestInterceptorFunction · 0.52
TestInitLoggerFunction · 0.52
TestContextFunction · 0.52