CustomLogger Type — fastify Architecture
Architecture documentation for the CustomLogger type/interface in logger.test-d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD 9bae2468_a211_e1cb_f293_c355d86942fe["CustomLogger"] 397a2db0_b4b0_15e1_235a_26b271edda06["logger.test-d.ts"] 9bae2468_a211_e1cb_f293_c355d86942fe -->|defined in| 397a2db0_b4b0_15e1_235a_26b271edda06 style 9bae2468_a211_e1cb_f293_c355d86942fe fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
test/types/logger.test-d.ts lines 39–41
interface CustomLogger extends FastifyBaseLogger {
customMethod(msg: string, ...args: unknown[]): void;
}
Defined In
Source
Frequently Asked Questions
What is the CustomLogger type?
CustomLogger is a type/interface in the fastify codebase, defined in test/types/logger.test-d.ts.
Where is CustomLogger defined?
CustomLogger is defined in test/types/logger.test-d.ts at line 39.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free