MCPcopy
hub / github.com/seaweedfs/seaweedfs / Infof

Function Infof

weed/glog/glog.go:1166–1168  ·  view source on GitHub ↗

Infof logs to the INFO log. Arguments are handled in the manner of fmt.Printf; a newline is appended if missing.

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

Source from the content-addressed store, hash-verified

1164// Infof logs to the INFO log.
1165// Arguments are handled in the manner of fmt.Printf; a newline is appended if missing.
1166func Infof(format string, args ...interface{}) {
1167 logging.printf(infoLog, format, args...)
1168}
1169
1170// Warning logs to the WARNING and INFO logs.
1171// Arguments are handled in the manner of fmt.Print; a newline is appended if missing.

Callers 15

TestQuickPerformance_10KFunction · 0.92
NewRDMAMountClientFunction · 0.92
CloseMethod · 0.92
NewSeaweedFileSystemFunction · 0.92
startQueueAgentMethod · 0.92
startVolumeServerMethod · 0.92
ensurePortAvailableOnIPFunction · 0.92
initializeGrpcPortsOnIPFunction · 0.92
initOffsetFromTsMsFunction · 0.92
startAdminServerFunction · 0.92

Calls 1

printfMethod · 0.80