MCPcopy Create free account
hub / github.com/GCWing/BitFun / getInstance

Method getInstance

src/web-ui/src/shared/utils/logger.ts:273–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271 }
272
273 public static getInstance(): Logger {
274 if (!Logger.instance) {
275 Logger.instance = new Logger();
276 }
277 return Logger.instance;
278 }
279
280 public setLevel(level: LogLevel): void {
281 this.currentLevel = level;

Callers 14

initializeFlowChatFunction · 0.45
handleToolbarSendMessageFunction · 0.45
handleToolbarCancelTaskFunction · 0.45
AppLayoutFunction · 0.45
handlerFunction · 0.45
logger.tsFile · 0.45
useToolExecutionFunction · 0.45
ReproductionStepsBlockFunction · 0.45

Calls

no outgoing calls

Tested by 1