MCPcopy
hub / github.com/bitpay/wallet / debug

Method debug

src/providers/logger/logger.ts:46–51  ·  view source on GitHub ↗
(_message?, ..._optionalParams)

Source from the content-addressed store, hash-verified

44 }
45
46 public debug(_message?, ..._optionalParams): void {
47 const type = 'debug';
48 const args = this.processingArgs(arguments);
49 if (isDevMode()) this.log(`[${type}] ${args}`);
50 this.add(type, args);
51 }
52
53 public info(_message?, ..._optionalParams): void {
54 const type = 'info';

Callers 15

constructorMethod · 0.80
noLowFeeMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
initMethod · 0.80
isAvailableMethod · 0.80
checkMethod · 0.80
constructorMethod · 0.80
initMethod · 0.80
purchaseAttemptMethod · 0.80
updateWalletStatusMethod · 0.80

Calls 3

processingArgsMethod · 0.95
logMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected