MCPcopy Create free account
hub / github.com/Streamerbot/client / debug

Method debug

packages/client/src/utils/logger.ts:38–40  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

36 }
37
38 public debug(...args: any[]): void {
39 this.log('debug', ...args);
40 }
41
42 public info(...args: any[]): void {
43 this.log('info', ...args);

Callers 15

logMethod · 0.80
connectMethod · 0.80
disconnectMethod · 0.80
handshakeMethod · 0.80
authenticateMethod · 0.80
onOpenMethod · 0.80
onCloseMethod · 0.80
onMessageMethod · 0.80
onErrorMethod · 0.80
requestMethod · 0.80
onMethod · 0.80
updateSupportedEventsMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected