MCPcopy
hub / github.com/fastify/fastify / warn

Method warn

test/types/logger.tst.ts:53–53  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

51 }
52
53 warn (...args: unknown[]) { console.log(args) }
54 error (...args: unknown[]) { console.log(args) }
55 fatal (...args: unknown[]) { console.log(args) }
56 trace (...args: unknown[]) { console.log(args) }

Callers 11

handleErrorFunction · 0.80
reply.jsFile · 0.80
safeWriteHeadFunction · 0.80
logStreamErrorFunction · 0.80
sendWebStreamFunction · 0.80
sendStreamFunction · 0.80
notFoundFunction · 0.80
fourOhFourFallBackFunction · 0.80
clientErrorHandlerFunction · 0.80
options.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

clientErrorHandlerFunction · 0.64