MCPcopy
hub / github.com/prisma/prisma / debug

Function debug

packages/query-plan-executor/src/log/facade.ts:11–13  ·  packages/query-plan-executor/src/log/facade.ts::debug
(message: string, attributes?: ExtendedAttributes)

Source from the content-addressed store, hash-verified

9 * @throws {Error} if no active logger is found
10 */
11export function debug(message: string, attributes?: ExtendedAttributes) {
12 getActiveLogger().debug(message, attributes)
13}
14
15/**
16 * Logs a database query event using the active logger.

Callers 15

facade.test.tsFile · 0.90
generateInFolderFunction · 0.85
handleRequestErrorMethod · 0.85
constructorMethod · 0.85
_executeRequestMethod · 0.85
rawQueryArgsMapperFunction · 0.85
constructorMethod · 0.85
requestMethod · 0.85
requestBatchMethod · 0.85
#emitLogEventMethod · 0.85

Calls 2

getActiveLoggerFunction · 0.90
debugMethod · 0.45

Tested by

no test coverage detected