MCPcopy
hub / github.com/spacecloud-io/space-cloud / LogInfo

Function LogInfo

space-cli/cmd/utils/log.go:25–27  ·  view source on GitHub ↗

LogInfo logs te info message in the proper format

(message string)

Source from the content-addressed store, hash-verified

23
24// LogInfo logs te info message in the proper format
25func LogInfo(message string) {
26 logrus.Infoln(message)
27}
28
29// LogDebug logs the debug message in proper format
30func LogDebug(message string, extraFields map[string]interface{}) {

Callers 6

TestLogInfoFunction · 0.85
HelmInstallFunction · 0.85
HelmUninstallFunction · 0.85
HelmUpgradeFunction · 0.85
CheckPortAvailabilityFunction · 0.85
SetLogLevelFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestLogInfoFunction · 0.68