MCPcopy
hub / github.com/prisma/prisma / query

Method query

packages/query-plan-executor/src/log/logger.ts:48–50  ·  view source on GitHub ↗

* Logs a database query event. * * @param message The message to log * @param attributes Optional key-value pairs to include with the log event

(message: string, attributes?: ExtendedAttributes)

Source from the content-addressed store, hash-verified

46 * @param attributes Optional key-value pairs to include with the log event
47 */
48 query(message: string, attributes?: ExtendedAttributes): void {
49 this.log('query', message, attributes)
50 }
51
52 /**
53 * Logs an informational message.

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected