* Hook function that is called when creating a child logger instance for each request * which allows for modifying or adding child logger bindings and logger options, or * returning a completely custom child logger implementation. * * Child logger bindings have a performance advantage ov
(factory: FastifyChildLoggerFactory<RawServer, RawRequest, RawReply, Logger, TypeProvider>)
| 503 | * ``` |
| 504 | */ |
| 505 | setChildLoggerFactory(factory: FastifyChildLoggerFactory<RawServer, RawRequest, RawReply, Logger, TypeProvider>): FastifyInstance<RawServer, RawRequest, RawReply, Logger, TypeProvider>; |
| 506 | |
| 507 | /** |
| 508 | * Fastify schema validator for all routes. |
no outgoing calls
no test coverage detected