FastifyBaseLogger Type — fastify Architecture
Architecture documentation for the FastifyBaseLogger type/interface in logger.d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD e7286272_2291_8015_55ab_d96d3aa400c1["FastifyBaseLogger"] 08af481b_2f35_3710_fb1d_f29fa2ef8473["logger.d.ts"] e7286272_2291_8015_55ab_d96d3aa400c1 -->|defined in| 08af481b_2f35_3710_fb1d_f29fa2ef8473 style e7286272_2291_8015_55ab_d96d3aa400c1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/logger.d.ts lines 27–29
export interface FastifyBaseLogger extends Pick<BaseLogger, 'level' | 'info' | 'error' | 'debug' | 'fatal' | 'warn' | 'trace' | 'silent'> {
child(bindings: Bindings, options?: ChildLoggerOptions): FastifyBaseLogger
}
Defined In
Source
Frequently Asked Questions
What is the FastifyBaseLogger type?
FastifyBaseLogger is a type/interface in the fastify codebase, defined in types/logger.d.ts.
Where is FastifyBaseLogger defined?
FastifyBaseLogger is defined in types/logger.d.ts at line 27.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free