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

Method Warn

pkg/telemetry/client.go:33–35  ·  view source on GitHub ↗

Warn logs a warning message with "[Telemetry]" prefix

(msg string, args ...any)

Source from the content-addressed store, hash-verified

31
32// Warn logs a warning message with "[Telemetry]" prefix
33func (tl *telemetryLogger) Warn(msg string, args ...any) {
34 tl.logger.Warn("[Telemetry] "+msg, args...)
35}
36
37// Error logs an error message with "[Telemetry]" prefix
38func (tl *telemetryLogger) Error(msg string, args ...any) {

Callers 15

StoreMethod · 0.80
maybeReloadMethod · 0.80
watchMethod · 0.80
tryRestartMethod · 0.80
logErrorResponseMethod · 0.80
PortMethod · 0.80
buildDefaultStoreFunction · 0.80
loadMethod · 0.80
migrateLegacyLockedMethod · 0.80
reloadFromDiskLockedMethod · 0.80
sessionplan.goFile · 0.80
filterCatalogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected