MCPcopy
hub / github.com/embedpdf/embed-pdf-viewer / debug

Method debug

packages/models/src/logger.ts:294–298  ·  view source on GitHub ↗

{@inheritDoc Logger.debug}

(source: string, category: string, ...args: any)

Source from the content-addressed store, hash-verified

292
293 /** {@inheritDoc Logger.debug} */
294 debug(source: string, category: string, ...args: any) {
295 for (const logger of this.loggers) {
296 logger.debug(source, category, ...args);
297 }
298 }
299
300 /** {@inheritDoc Logger.info} */
301 info(source: string, category: string, ...args: any) {

Callers 15

onDocumentClosedMethod · 0.45
onStoreUpdatedMethod · 0.45
onDocumentClosedMethod · 0.45
onStoreUpdatedMethod · 0.45
onDocumentClosedMethod · 0.45
executeMethod · 0.45
registerCommandMethod · 0.45
unregisterCommandMethod · 0.45
onDocumentClosedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected