MCPcopy
hub / github.com/fastify/fastify / FastifyBaseLogger

Interface FastifyBaseLogger

types/logger.d.ts:27–29  ·  types/logger.d.ts::FastifyBaseLogger

Source from the content-addressed store, hash-verified

25}
26
27export interface FastifyBaseLogger extends Pick<BaseLogger, class="st">'level' | class="st">'info' | class="st">'error' | class="st">'debug' | class="st">'fatal' | class="st">'warn' | class="st">'trace' | class="st">'silent'> {
28 child(bindings: Bindings, options?: ChildLoggerOptions): FastifyBaseLogger
29}
30
31class="cm">// TODO delete FastifyLoggerInstance in the next major release. It seems that it is enough to have only FastifyBaseLogger.
32/**

Implementers 1

CustomLoggerImpltest/types/logger.tst.ts

Calls

no outgoing calls

Tested by

no test coverage detected