MCPcopy
hub / github.com/apache/devlake / Nested

Method Nested

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

Nested return a new logger instance. `name` is the extra prefix to be prepended to each message. Leaving it blank will add no additional prefix. The new Logger will inherit the properties of the original.

(name string)

Source from the content-addressed store, hash-verified

46 // Nested return a new logger instance. `name` is the extra prefix to be prepended to each message. Leaving it blank
47 // will add no additional prefix. The new Logger will inherit the properties of the original.
48 Nested(name string) Logger
49 // GetConfig Returns a copy of the LoggerConfig associated with this Logger. This is meant to be used by the framework.
50 GetConfig() *LoggerConfig
51 // SetStream sets the output of this Logger. This is meant to be used by the framework.

Callers 15

getTaskLoggerFunction · 0.65
NewMigratorFunction · 0.65
NewBatchSaveDividerFunction · 0.65
NewModelApiHelperFunction · 0.65
CreateAsyncApiClientFunction · 0.65
NewBatchSaveFunction · 0.65
NewModelSrvHelperFunction · 0.65
InitDBFunction · 0.65
ConnectRemoteServerFunction · 0.65
ConnectLocalServerFunction · 0.65
pipeline.goFile · 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