MCPcopy
hub / github.com/rolldown/tsdown / LoggerOptions

Interface LoggerOptions

src/utils/logger.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type LogLevel = LogType | 'silent'
9
10export interface LoggerOptions {
11 allowClearScreen?: boolean
12 customLogger?: Logger
13 console?: Console
14 failOnWarn?: boolean
15}
16
17export const LogLevels: Record<LogLevel, number> = {
18 silent: 0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…