MCPcopy
hub / github.com/rclone/rclone / Log

Function Log

fs/log.go:278–280  ·  view source on GitHub ↗

Log 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)

Source from the content-addressed store, hash-verified

276// important things the user should see. The user can filter these
277// out with the -q flag.
278func Log(o any, text string) {
279 LogLevelPrint(LogLevelNotice, o, text)
280}
281
282// Logf writes log output for this Object or Fs. This should be
283// considered to be Notice level logging. It is the default level.

Callers 15

startMountSubProcessMethod · 0.92
startMountFunction · 0.92
setCompareDefaultsMethod · 0.92
setHashTypeMethod · 0.92
tryDownloadHashMethod · 0.92
WriteResultsMethod · 0.92
BisyncFunction · 0.92
runLockedMethod · 0.92
compareResultsMethod · 0.92
logPrintfMethod · 0.92
dumpOutputMethod · 0.92
trialMethod · 0.92

Calls 1

LogLevelPrintFunction · 0.85

Tested by 3

compareResultsMethod · 0.74
logPrintfMethod · 0.74
TestHashSetFunction · 0.74