MCPcopy
hub / github.com/prisma/prisma / info

Method info

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

* Logs an informational 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

56 * @param attributes Optional key-value pairs to include with the log event
57 */
58 info(message: string, attributes?: ExtendedAttributes): void {
59 this.log('info', message, attributes)
60 }
61
62 /**
63 * Logs a warning message.

Callers 14

typeCheckFunction · 0.80
typeCheckFunction · 0.80
typeCheckFunction · 0.80
typeCheckFunction · 0.80
writeMethod · 0.80
infoFunction · 0.80
factory.test.tsFile · 0.80
context.test.tsFile · 0.80
logger.test.tsFile · 0.80
server.tsFile · 0.80
infoFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 4

typeCheckFunction · 0.64
typeCheckFunction · 0.64
typeCheckFunction · 0.64
typeCheckFunction · 0.64