MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / debug

Method debug

packages/core/src/utils/logger.ts:186–191  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

184 }
185
186 debug(...args: any[]) {
187 if (!shouldOutput('debug', this.targetLevel, this.bizName, this.targetBizName)) {
188 return
189 }
190 return output('debug', this.bizName)(args)
191 }
192
193 log(...args: any[]) {
194 if (!shouldOutput('log', this.targetLevel, this.bizName, this.targetBizName)) {

Callers 4

onMethod · 0.80
prependListenerMethod · 0.80
offMethod · 0.80
emitMethod · 0.80

Calls 2

shouldOutputFunction · 0.85
outputFunction · 0.85

Tested by

no test coverage detected