MCPcopy Create free account
hub / github.com/Driver-C/tryssh / Infof

Function Infof

pkg/utils/logger.go:29–29  ·  view source on GitHub ↗

Infof logs formatted informational messages at the Info level.

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

Source from the content-addressed store, hash-verified

27func Info(args ...interface{}) { logger.Info(args...) }
28// Infof logs formatted informational messages at the Info level.
29func Infof(format string, args ...interface{}) { logger.Infof(format, args...) }
30// Infoln logs informational messages with a newline at the Info level.
31func Infoln(args ...interface{}) { logger.Infoln(args...) }
32// Warn logs warning messages at the Warn level.

Callers 11

TryCopyMethod · 0.92
SetAliasMethod · 0.92
UnsetAliasMethod · 0.92
updateConfigMethod · 0.92
TryLoginMethod · 0.92
PruneCachesMethod · 0.92
updateConfigMethod · 0.92
trustedHostKeyCallbackFunction · 0.92
TestInfofFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestInfofFunction · 0.68