logger.info() — ui Function Reference
Architecture documentation for the logger.info() function in logger.ts from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 67d68436_baa3_b990_7a0f_59f9c6801a34["logger.info()"] 52a4b60e_37a8_8fbf_2a0a_acb8880e0b95["logger.ts"] 67d68436_baa3_b990_7a0f_59f9c6801a34 -->|defined in| 52a4b60e_37a8_8fbf_2a0a_acb8880e0b95 style 67d68436_baa3_b990_7a0f_59f9c6801a34 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/shadcn/src/utils/logger.ts lines 10–12
info(...args: unknown[]) {
console.log(highlighter.info(args.join(" ")))
},
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does logger.info() do?
logger.info() is a function in the ui codebase, defined in packages/shadcn/src/utils/logger.ts.
Where is logger.info() defined?
logger.info() is defined in packages/shadcn/src/utils/logger.ts at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free