MCPcopy
hub / github.com/rclone/rclone / Errorf

Function Errorf

fs/log.go:259–261  ·  view source on GitHub ↗

Errorf writes error log output for this Object or Fs. It should always be seen by the user.

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

Source from the content-addressed store, hash-verified

257// Errorf writes error log output for this Object or Fs. It
258// should always be seen by the user.
259func Errorf(o any, text string, args ...any) {
260 LogLevelPrintf(LogLevelError, o, text, args...)
261}
262
263// Print writes log output for this Object or Fs, same as Logf.
264func Print(o any, text string) {

Callers 15

startReadWorkersMethod · 0.92
getChunkMethod · 0.92
ReadMethod · 0.92
runMethod · 0.92
downloadMethod · 0.92
runMethod · 0.92
ListMethod · 0.92
MkdirMethod · 0.92
RmdirMethod · 0.92
DirMoveMethod · 0.92
cacheReaderMethod · 0.92
putMethod · 0.92

Calls 1

LogLevelPrintfFunction · 0.85

Tested by 6

generateDebuggersMethod · 0.74
runTestStepMethod · 0.74
stringToHashFunction · 0.74
MatchMethod · 0.74
processErrorMethod · 0.74
DstLsfFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…