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

Function info

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

Source from the content-addressed store, hash-verified

31 * @throws {Error} if no active logger is found
32 */
33export function info(message: string, attributes?: ExtendedAttributes) {
34 getActiveLogger().info(message, attributes)
35}
36
37/**
38 * Logs a warning message using the active logger.

Callers 1

facade.test.tsFile · 0.90

Calls 2

getActiveLoggerFunction · 0.90
infoMethod · 0.80

Tested by

no test coverage detected