info() — astro Function Reference
Architecture documentation for the info() function in core.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 6cf03a64_b10c_f4cf_86da_c2fe0cf6a662["info()"] f581162d_11db_4a08_26dd_f9c2d8988ae5["AstroIntegrationLogger"] 6cf03a64_b10c_f4cf_86da_c2fe0cf6a662 -->|defined in| f581162d_11db_4a08_26dd_f9c2d8988ae5 1214ebc4_43f7_de1e_4b0b_7af7e922afe1["info()"] 1214ebc4_43f7_de1e_4b0b_7af7e922afe1 -->|calls| 6cf03a64_b10c_f4cf_86da_c2fe0cf6a662 1214ebc4_43f7_de1e_4b0b_7af7e922afe1["info()"] 6cf03a64_b10c_f4cf_86da_c2fe0cf6a662 -->|calls| 1214ebc4_43f7_de1e_4b0b_7af7e922afe1 style 6cf03a64_b10c_f4cf_86da_c2fe0cf6a662 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/logger/core.ts lines 211–213
info(message: string) {
info(this.options, this.label, message);
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does info() do?
info() is a function in the astro codebase, defined in packages/astro/src/core/logger/core.ts.
Where is info() defined?
info() is defined in packages/astro/src/core/logger/core.ts at line 211.
What does info() call?
info() calls 1 function(s): info.
What calls info()?
info() is called by 1 function(s): info.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free