MCPcopy
hub / github.com/syncthing/syncthing / Debugf

Method Debugf

internal/slogutil/slogadapter.go:52–54  ·  view source on GitHub ↗
(format string, vals ...interface{})

Source from the content-addressed store, hash-verified

50}
51
52func (a adapter) Debugf(format string, vals ...interface{}) {
53 a.log(fmt.Sprintf(format, vals...), slog.LevelDebug)
54}
55
56func (a adapter) log(msg string, level slog.Level) {
57 h := a.l.Handler()

Callers 15

verifyExistingLockedMethod · 0.80
acquireNewLockedMethod · 0.80
tryNATDeviceMethod · 0.80
clearAddressesMethod · 0.80
dispatcherLoopMethod · 0.80
handleIndexMethod · 0.80
handleIndexUpdateMethod · 0.80
writeMessageMethod · 0.80
internalCloseMethod · 0.80
connectionCheckEarlyMethod · 0.80
dialDevicesMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected