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

Method Warningf

internal/logger.go:83–85  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

81}
82
83func (l *Logger) Warningf(format string, args ...any) {
84 l.log(slog.LevelWarn, formatMessage(format, args...))
85}
86
87func (l *Logger) Error(args ...any) {
88 l.log(slog.LevelError, normalizeArgs(args...))

Callers 9

newMirrorProviderFunction · 0.80
RunMethod · 0.80
TerminateMethod · 0.80
AddJobMethod · 0.80
TerminateMethod · 0.80
postExecMethod · 0.80
ReloadMirrorConfigMethod · 0.80
runScheduleMethod · 0.80

Calls 2

logMethod · 0.95
formatMessageFunction · 0.85

Tested by 1