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

Method setCustomLogger

packages/client/src/utils/logger.ts:30–32  ·  view source on GitHub ↗
(logger: (level: LogLevel, ...args: any[]) => void)

Source from the content-addressed store, hash-verified

28 }
29
30 public setCustomLogger(logger: (level: LogLevel, ...args: any[]) => void): void {
31 this.customLogger = logger;
32 }
33
34 public verbose(...args: any[]): void {
35 this.log('verbose', ...args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected