MCPcopy
hub / github.com/fastify/fastify / debug

Method debug

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

Source from the content-addressed store, hash-verified

55 fatal (...args: unknown[]) { console.log(args) }
56 trace (...args: unknown[]) { console.log(args) }
57 debug (...args: unknown[]) { console.log(args) }
58 silent (...args: unknown[]) { }
59
60 child (bindings: P.Bindings, options?: P.ChildLoggerOptions): CustomLoggerImpl { return new CustomLoggerImpl() }

Callers 6

cbFunction · 0.80
selfCertFunction · 0.80
fastify.tst.tsFile · 0.80
options.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected