MCPcopy
hub / github.com/docker/docker-agent / Debug

Method Debug

pkg/telemetry/client.go:23–25  ·  view source on GitHub ↗

Debug logs a debug message with "[Telemetry]" prefix

(msg string, args ...any)

Source from the content-addressed store, hash-verified

21
22// Debug logs a debug message with "[Telemetry]" prefix
23func (tl *telemetryLogger) Debug(msg string, args ...any) {
24 tl.logger.Debug("[Telemetry] "+msg, args...)
25}
26
27// Info logs an info message with "[Telemetry]" prefix
28func (tl *telemetryLogger) Info(msg string, args ...any) {

Callers 15

StartMethod · 0.80
tryRestartMethod · 0.80
roundTripMethod · 0.80
newRemoteClientFunction · 0.80
NewToolsetCommandFunction · 0.80
newRemoteToolsetFunction · 0.80
migrateLegacyLockedMethod · 0.80
filterByCapabilitiesFunction · 0.80
initializeLockedMethod · 0.80
applyWorkspaceEditMethod · 0.80
writeMessageLockedMethod · 0.80
readMessageLockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected