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

Method constructor

packages/consortium-cli/src/ui/logger.ts:41–43  ·  view source on GitHub ↗
(
    public readonly logFilePath = getSessionLogPath()
  )

Source from the content-addressed store, hash-verified

39
40class Logger {
41 constructor(
42 public readonly logFilePath = getSessionLogPath()
43 ) {}
44
45 localTimezoneTimestamp(): string {
46 return createTimestampForLogEntry()

Callers

nothing calls this directly

Calls 1

getSessionLogPathFunction · 0.85

Tested by

no test coverage detected