MCPcopy
hub / github.com/prisma/prisma / error

Method error

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

* Logs an error message. * * @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

76 * @param attributes Optional key-value pairs to include with the log event
77 */
78 error(message: string, attributes?: ExtendedAttributes): void {
79 this.log('error', message, attributes)
80 }
81}

Callers 15

setupPostgresFunction · 0.80
tearDownPostgresFunction · 0.80
setupMysqlFunction · 0.80
dmmfTypes.test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80
test.tsFile · 0.80

Calls 1

logMethod · 0.95

Tested by 8

runBenchmarksFunction · 0.64
deferredBenchFunction · 0.64
runBenchmarksFunction · 0.64
assertNoErrorsFunction · 0.64
assertNoErrorsFunction · 0.64
assertNoErrorsFunction · 0.64
assertNoErrorsFunction · 0.64
setupPostgresForViewsIOFunction · 0.64