MCPcopy
hub / github.com/vitejs/vite / info

Method info

packages/vite/src/node/logger.ts:11–11  ·  view source on GitHub ↗
(msg: string, options?: LogOptions)

Source from the content-addressed store, hash-verified

9export type LogLevel = LogType | 'silent'
10export interface Logger {
11 info(msg: string, options?: LogOptions): void
12 warn(msg: string, options?: LogOptions): void
13 warnOnce(msg: string, options?: LogOptions): void
14 error(msg: string, options?: LogErrorOptions): void

Callers 15

connectFunction · 0.65
client.tsFile · 0.65
httpServerStartFunction · 0.65
infoMethod · 0.65
bindCLIShortcutsFunction · 0.65
onInputFunction · 0.65
actionFunction · 0.65
actionFunction · 0.65
cli.tsFile · 0.65
buildEnvironmentFunction · 0.65
viteLogFunction · 0.65
createHMROptionsFunction · 0.65

Implementers 1

PartialEnvironmentpackages/vite/src/node/baseEnvironment

Calls

no outgoing calls

Tested by

no test coverage detected