MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / constructor

Method constructor

packages/baseai/src/utils/logger.ts:25–27  ·  view source on GitHub ↗
(config: LoggerConfig)

Source from the content-addressed store, hash-verified

23 private config: LoggerConfig;
24
25 private constructor(config: LoggerConfig) {
26 this.config = config;
27 }
28
29 public static async initialize(): Promise<Logger> {
30 if (!Logger.instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected