MCPcopy
hub / github.com/syncthing/syncthing / Debugln

Method Debugln

internal/slogutil/slogadapter.go:48–50  ·  view source on GitHub ↗
(vals ...interface{})

Source from the content-addressed store, hash-verified

46}
47
48func (a adapter) Debugln(vals ...interface{}) {
49 a.log(strings.TrimSpace(fmt.Sprintln(vals...)), slog.LevelDebug)
50}
51
52func (a adapter) Debugf(format string, vals ...interface{}) {
53 a.log(fmt.Sprintf(format, vals...), slog.LevelDebug)

Callers 15

tryNATDeviceMethod · 0.80
pingSenderMethod · 0.80
pingReceiverMethod · 0.80
DialMethod · 0.80
connectMethod · 0.80
resolveDialTargetsMethod · 0.80
isLANMethod · 0.80
CommitConfigurationMethod · 0.80
dialParallelMethod · 0.80
serveMethod · 0.80
DialMethod · 0.80
DialMethod · 0.80

Calls 1

logMethod · 0.95

Tested by 2

saveConfigFunction · 0.64
TestParentDeletionFunction · 0.64