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

Function error

packages/query-plan-executor/src/log/facade.ts:55–57  ·  view source on GitHub ↗
(message: string, attributes?: ExtendedAttributes)

Source from the content-addressed store, hash-verified

53 * @throws {Error} if no active logger is found
54 */
55export function error(message: string, attributes?: ExtendedAttributes) {
56 getActiveLogger().error(message, attributes)
57}

Callers 1

facade.test.tsFile · 0.90

Calls 2

getActiveLoggerFunction · 0.90
errorMethod · 0.80

Tested by

no test coverage detected