MCPcopy Index your code
hub / github.com/apache/devlake / SetStream

Method SetStream

backend/core/log/logger.go:52–52  ·  view source on GitHub ↗

SetStream sets the output of this Logger. This is meant to be used by the framework.

(config *LoggerStreamConfig)

Source from the content-addressed store, hash-verified

50 GetConfig() *LoggerConfig
51 // SetStream sets the output of this Logger. This is meant to be used by the framework.
52 SetStream(config *LoggerStreamConfig)
53}
54
55// LoggerStreamConfig stream related config to set on a Logger

Callers 3

getTaskLoggerFunction · 0.65
GetPipelineLoggerFunction · 0.65
initFunction · 0.65

Implementers 2

captureLoggerbackend/plugins/gh-copilot/tasks/api_c
DefaultLoggerbackend/impls/logruslog/logger.go

Calls

no outgoing calls

Tested by

no test coverage detected