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

Interface FastifyBaseLogger

types/logger.d.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface FastifyBaseLogger extends Pick<BaseLogger, 'level' | 'info' | 'error' | 'debug' | 'fatal' | 'warn' | 'trace' | 'silent'> {
28 child(bindings: Bindings, options?: ChildLoggerOptions): FastifyBaseLogger
29}
30
31// 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…