Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/vuepress
/ debug
Method
debug
packages/@vuepress/shared-utils/src/logger.ts:32–38 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
30
31
// level: 4
32
debug (...args: any[]) {
33
if
(this.options.logLevel < 4) {
34
return
35
}
36
37
this.status(
'magenta'
,
'debug'
, ...args)
38
}
39
40
// level: 2
41
warn (...args: any[]) {
Callers
15
registerUnknownCommands
Function · 0.80
registerCoreCommands.js
File · 0.80
removePlugin
Function · 0.80
eject.js
File · 0.80
CacheLoader.js
File · 0.80
createTemp.js
File · 0.80
constructor
Method · 0.80
resolveTemplates
Method · 0.80
resolveGlobalLayout
Method · 0.80
loadTheme.js
File · 0.80
handleUpdate
Method · 0.80
watchUserConfig
Method · 0.80
Calls
1
status
Method · 0.95
Tested by
no test coverage detected