Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getLogPath
Method
getLogPath
packages/node-runtime/src/logging/app-logger.ts:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
getLogPath(): string {
51
return
this.logFile
52
}
53
54
private write(level: LogLevel, scope: string, message: string, data?: unknown): void {
55
if
(LEVEL_ORDER[level] < LEVEL_ORDER[this.threshold])
return
Callers
1
app-logger.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected