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

Function info

packages/internals/src/logger.ts:20–22  ·  view source on GitHub ↗
(message: any, ...optionalParams: any[])

Source from the content-addressed store, hash-verified

18 }
19}
20export function info(message: any, ...optionalParams: any[]) {
21 console.info(`${tags.info} ${message}`, ...optionalParams)
22}
23export function error(message: any, ...optionalParams: any[]) {
24 console.error(`${tags.error} ${message}`, ...optionalParams)
25}

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected