MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / getLogPath

Method getLogPath

packages/consortium-cli/src/ui/logger.ts:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 getLogPath(): string {
111 return this.logFilePath
112 }
113
114 private logToConsole(level: 'debug' | 'error' | 'info' | 'warn', prefix: string, message: string, ...args: unknown[]): void {
115 switch (level) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected