Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Streamerbot/client
/ error
Method
error
packages/client/src/utils/logger.ts:50–52 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
48
}
49
50
public error(...args: any[]): void {
51
this.log(
'error'
, ...args);
52
}
53
54
private log(level: LogLevel, ...args: any[]): void {
55
// Skip logging if the level is too low or set to none
Callers
7
log
Method · 0.80
disconnect
Function · 0.80
useGlobalVariable
Function · 0.80
index.js
File · 0.80
fetchGlobal
Function · 0.80
testDoAction
Function · 0.80
testCustomCodeTrigger
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected