info() — astro Function Reference
Architecture documentation for the info() function in core.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD ee9eb8fa_5b8d_6a9e_a350_12c17e8e9174["info()"] fcd437b2_6a25_7c17_c2d9_1d23656b3429["Logger"] ee9eb8fa_5b8d_6a9e_a350_12c17e8e9174 -->|defined in| fcd437b2_6a25_7c17_c2d9_1d23656b3429 1214ebc4_43f7_de1e_4b0b_7af7e922afe1["info()"] ee9eb8fa_5b8d_6a9e_a350_12c17e8e9174 -->|calls| 1214ebc4_43f7_de1e_4b0b_7af7e922afe1 style ee9eb8fa_5b8d_6a9e_a350_12c17e8e9174 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/logger/core.ts lines 173–175
info(label: LoggerLabel | null, message: string, newLine = true) {
info(this.options, label, message, newLine);
}
Domain
Subdomains
Defined In
Calls
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 173.
What does info() call?
info() calls 1 function(s): info.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free