MCPcopy
hub / github.com/rclone/rclone / Infof

Function Infof

fs/log.go:302–304  ·  view source on GitHub ↗

Infof writes info on transfers for this Object or Fs. Use this level for logging transfers, deletions and things which should appear with the -v flag.

(o any, text string, args ...any)

Source from the content-addressed store, hash-verified

300// level for logging transfers, deletions and things which should
301// appear with the -v flag.
302func Infof(o any, text string, args ...any) {
303 LogLevelPrintf(LogLevelInfo, o, text, args...)
304}
305
306// Debug writes debugging output for this Object or Fs. Use this for
307// debug only. The user must have to specify -vv to see this.

Callers 15

runMethod · 0.92
NewFsFunction · 0.92
receiveChangeNotifyMethod · 0.92
MkdirMethod · 0.92
RmdirMethod · 0.92
putMethod · 0.92
CopyMethod · 0.92
MoveMethod · 0.92
PurgeMethod · 0.92
CleanChunksBySizeMethod · 0.92
closeWebsocketMethod · 0.92

Calls 1

LogLevelPrintfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…