Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
log
Method · 0.80
connect
Method · 0.80
disconnect
Method · 0.80
handshake
Method · 0.80
authenticate
Method · 0.80
onOpen
Method · 0.80
onClose
Method · 0.80
onMessage
Method · 0.80
onError
Method · 0.80
request
Method · 0.80
on
Method · 0.80
updateSupportedEvents
Method · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected