MCPcopy
hub / github.com/tuna/tunasync / Error

Method Error

internal/logger.go:87–89  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

85}
86
87func (l *Logger) Error(args ...any) {
88 l.log(slog.LevelError, normalizeArgs(args...))
89}
90
91func (l *Logger) Errorf(format string, args ...any) {
92 l.log(slog.LevelError, formatMessage(format, args...))

Callers 15

preJobMethod · 0.80
newMirrorProviderFunction · 0.80
RunMethod · 0.80
prepareLogFileMethod · 0.80
newCmdJobFunction · 0.80
preExecMethod · 0.80
postExecMethod · 0.80
newCmdProviderFunction · 0.80
LoadConfigFunction · 0.80
preExecMethod · 0.80
NewTUNASyncWorkerFunction · 0.80
ReloadMirrorConfigMethod · 0.80

Calls 2

logMethod · 0.95
normalizeArgsFunction · 0.85

Tested by 1