MCPcopy 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

logMethod · 0.80
disconnectFunction · 0.80
useGlobalVariableFunction · 0.80
index.jsFile · 0.80
fetchGlobalFunction · 0.80
testDoActionFunction · 0.80
testCustomCodeTriggerFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected