MCPcopy
hub / github.com/rclone/rclone / Logf

Function Logf

fs/log.go:287–289  ·  view source on GitHub ↗

Logf writes log output for this Object or Fs. This should be considered to be Notice level logging. It is the default level. By default rclone should not log very much so only use this for important things the user should see. The user can filter these out with the -q flag.

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

Source from the content-addressed store, hash-verified

285// important things the user should see. The user can filter these
286// out with the -q flag.
287func Logf(o any, text string, args ...any) {
288 LogLevelPrintf(LogLevelNotice, o, text, args...)
289}
290
291// Infoc writes info on transfers for this Object or Fs. Use this
292// level for logging transfers, deletions and things which should

Callers 15

NewFsFunction · 0.92
TestMainFunction · 0.92
TestInternalBug2117Function · 0.92
newRunFunction · 0.92
OpenMethod · 0.92
NewFsFunction · 0.92
ModTimeMethod · 0.92
SizeMethod · 0.92
multiPartUploadMethod · 0.92

Calls 1

LogLevelPrintfFunction · 0.85

Tested by 15

TestMainFunction · 0.74
TestInternalBug2117Function · 0.74
newRunFunction · 0.74
TestSymlinksFunction · 0.74
requestMethod · 0.74
testMountAPIFunction · 0.74
TestBisyncRemoteLocalFunction · 0.74
TestBisyncLocalRemoteFunction · 0.74
TestBisyncRemoteRemoteFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…