MCPcopy
hub / github.com/akuity/kargo / Debug

Method Debug

pkg/logging/logger.go:220–222  ·  view source on GitHub ↗

Debug logs a message at the debug level.

(msg string, keysAndValues ...any)

Source from the content-addressed store, hash-verified

218
219// Debug logs a message at the debug level.
220func (l *Logger) Debug(msg string, keysAndValues ...any) {
221 l.logger.Debugw(msg, keysAndValues...)
222}
223
224// Trace logs a message at the trace level.
225func (l *Logger) Trace(msg string, keysAndValues ...any) {

Callers 15

GetCredentialsMethod · 0.80
getAccessTokenMethod · 0.80
GetCredentialsMethod · 0.80
GetCredentialsMethod · 0.80
GetCredentialsMethod · 0.80
GetCredentialsMethod · 0.80
getAuthTokenMethod · 0.80
cleanProjectsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestLogger_DebugFunction · 0.64