MCPcopy
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

registerUnknownCommandsFunction · 0.80
removePluginFunction · 0.80
eject.jsFile · 0.80
CacheLoader.jsFile · 0.80
createTemp.jsFile · 0.80
constructorMethod · 0.80
resolveTemplatesMethod · 0.80
resolveGlobalLayoutMethod · 0.80
loadTheme.jsFile · 0.80
handleUpdateMethod · 0.80
watchUserConfigMethod · 0.80

Calls 1

statusMethod · 0.95

Tested by

no test coverage detected