MCPcopy Create free account
hub / github.com/fastify/fastify / FastifyLoggerStreamDestination

Interface FastifyLoggerStreamDestination

types/logger.d.ts:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35export type FastifyLoggerInstance = FastifyBaseLogger
36
37export interface FastifyLoggerStreamDestination {
38 write(msg: string): void;
39}
40
41// TODO: once node 18 is EOL, this type can be replaced with plain FastifyReply.
42/**

Callers 8

writePayloadFunction · 0.80
writeChunkFunction · 0.80
onReadFunction · 0.80
runBadClientCallFunction · 0.80
stream.4.test.jsFile · 0.80
hooks.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected