MCPcopy
hub / github.com/iron-io/functions / FuncLogger

Interface FuncLogger

api/runner/func_logger.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type FuncLogger interface {
13 Writer(context.Context, string, string, string, string) io.Writer
14}
15
16// FuncLogger reads STDERR output from a container and outputs it in a parseable structured log format, see: https://github.com/iron-io/functions/issues/76
17type DefaultFuncLogger struct {

Callers 1

RunMethod · 0.65

Implementers 1

DefaultFuncLoggerapi/runner/func_logger.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…