MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getLogPath

Method getLogPath

packages/node-runtime/src/ai/ai-logger.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 getLogPath(): string {
54 return this.getLogFilePath()
55 }
56
57 getExistingLogPath(): string | null {
58 if (this.logFile && fs.existsSync(this.logFile)) {

Callers 1

logger.tsFile · 0.45

Calls 1

getLogFilePathMethod · 0.95

Tested by

no test coverage detected