MCPcopy
hub / github.com/fastify/fastify / info

Method info

test/types/logger.tst.ts:49–51  ·  view source on GitHub ↗
(arg1: unknown, arg2?: unknown, ...args: unknown[])

Source from the content-addressed store, hash-verified

47
48 // Implementation signature must be compatible with all overloads of FastifyLogFn
49 info (arg1: unknown, arg2?: unknown, ...args: unknown[]): void {
50 console.log(arg1, arg2, ...args)
51 }
52
53 warn (...args: unknown[]) { console.log(args) }
54 error (...args: unknown[]) { console.log(args) }

Callers 15

onBadUrlFunction · 0.80
onMaxParamLengthFunction · 0.80
defaultErrorHandlerFunction · 0.80
logStreamErrorFunction · 0.80
onResponseCallbackFunction · 0.80
basic404Function · 0.80
fourOhFourFallBackFunction · 0.80
routeHandlerFunction · 0.80
logServerAddressFunction · 0.80
rewriteUrlFunction · 0.80

Calls

no outgoing calls

Tested by 3

rewriteUrlFunction · 0.64
context1Function · 0.64
context1Function · 0.64