Home / Type/ LoggerLabel Type — astro Architecture

LoggerLabel Type — astro Architecture

Architecture documentation for the LoggerLabel type/interface in core.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  635ccdd4_ee6c_5a00_f3c3_42ce205e5eb0["LoggerLabel"]
  02538c7d_0423_3484_a5c8_415c85ba2988["core.ts"]
  635ccdd4_ee6c_5a00_f3c3_42ce205e5eb0 -->|defined in| 02538c7d_0423_3484_a5c8_415c85ba2988
  style 635ccdd4_ee6c_5a00_f3c3_42ce205e5eb0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/logger/core.ts lines 14–41

type LoggerLabel =
	| 'add'
	| 'build'
	| 'check'
	| 'config'
	| 'content'
	| 'crypto'
	| 'deprecated'
	| 'markdown'
	| 'router'
	| 'types'
	| 'vite'
	| 'watch'
	| 'middleware'
	| 'preferences'
	| 'redirects'
	| 'sync'
	| 'session'
	| 'toolbar'
	| 'assets'
	| 'env'
	| 'update'
	| 'adapter'
	| 'islands'
	| 'csp'
	// SKIP_FORMAT: A special label that tells the logger not to apply any formatting.
	// Useful for messages that are already formatted, like the server start message.
	| 'SKIP_FORMAT';

Frequently Asked Questions

What is the LoggerLabel type?
LoggerLabel is a type/interface in the astro codebase, defined in packages/astro/src/core/logger/core.ts.
Where is LoggerLabel defined?
LoggerLabel is defined in packages/astro/src/core/logger/core.ts at line 14.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free