info() — fastify Function Reference
Architecture documentation for the info() function in logger.test-d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD 856a52ed_56ad_7d8a_5254_03a67f219b09["info()"] 2a0d82d2_15ec_3aba_59f9_bc7acc88ec16["CustomLoggerImpl"] 856a52ed_56ad_7d8a_5254_03a67f219b09 -->|defined in| 2a0d82d2_15ec_3aba_59f9_bc7acc88ec16 style 856a52ed_56ad_7d8a_5254_03a67f219b09 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
test/types/logger.test-d.ts lines 48–50
info (arg1: unknown, arg2?: unknown, ...args: unknown[]): void {
console.log(arg1, arg2, ...args)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does info() do?
info() is a function in the fastify codebase, defined in test/types/logger.test-d.ts.
Where is info() defined?
info() is defined in test/types/logger.test-d.ts at line 48.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free