MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / DebugfCtx

Function DebugfCtx

base/logging.go:188–190  ·  view source on GitHub ↗

DebugfCtx logs the given formatted string and args to the debug log level with an optional log key.

(ctx context.Context, logKey LogKey, format string, args ...any)

Source from the content-addressed store, hash-verified

186
187// DebugfCtx logs the given formatted string and args to the debug log level with an optional log key.
188func DebugfCtx(ctx context.Context, logKey LogKey, format string, args ...any) {
189 logTo(ctx, LevelDebug, logKey, format, args...)
190}
191
192// TracefCtx logs the given formatted string and args to the trace log level with an optional log key.
193func TracefCtx(ctx context.Context, logKey LogKey, format string, args ...any) {

Callers 15

VerifySignatureMethod · 0.92
verifyTokenMethod · 0.92
GetProviderForIssuerMethod · 0.92
startDiscoverySyncMethod · 0.92
calculateHistoryMethod · 0.92
UpdateUserEmailMethod · 0.92
rehashPasswordMethod · 0.92
TestJWTRolesChannelsFunction · 0.92
SetBcryptCostMethod · 0.92

Calls 1

logToFunction · 0.85