MCPcopy
hub / github.com/koderover/zadig / Info

Function Info

pkg/tool/log/log.go:187–189  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

185}
186
187func Info(args ...interface{}) {
188 getSimpleLogger().Info(args...)
189}
190
191func Infof(format string, args ...interface{}) {
192 getSimpleLogger().Infof(format, args...)

Callers 15

ServeFunction · 0.92
ServeFunction · 0.92
BeforeExecMethod · 0.92
runDockerBuildMethod · 0.92
ExecMethod · 0.92
AfterExecMethod · 0.92
AchieveMethod · 0.92
ServeWsFunction · 0.92
debugWorkflowFunction · 0.92
BeforeExecMethod · 0.92
ExecMethod · 0.92

Calls 2

getSimpleLoggerFunction · 0.85
InfoMethod · 0.45

Tested by

no test coverage detected