Home / Type/ LogOptions Type — astro Architecture

LogOptions Type — astro Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/astro/src/core/logger/core.ts lines 43–46

export interface LogOptions {
	dest: LogWritable<LogMessage>;
	level: LoggerLevel;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free