MCPcopy Index your code
hub / github.com/commitdev/zero / Infof

Function Infof

pkg/util/flog/log.go:37–40  ·  view source on GitHub ↗

Warnf logs a formatted error message

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

35
36// Warnf logs a formatted error message
37func Infof(format string, a ...interface{}) {
38 logger.SetFormatter(infoFormatter)
39 logger.Info(aurora.Cyan(emoji.Sprintf(format, a...)))
40}
41
42func Debugf(format string, a ...interface{}) {
43 logger.SetFormatter(debugFormatter)

Callers 8

OKFunction · 0.92
InitFunction · 0.92
ApplyFunction · 0.92
modulesWalkCmdFunction · 0.92
InitializeRepositoryFunction · 0.92
GenerateFunction · 0.92
init.goFile · 0.92
CreateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected