(
public readonly logFilePath = getSessionLogPath()
)
| 39 | |
| 40 | class Logger { |
| 41 | constructor( |
| 42 | public readonly logFilePath = getSessionLogPath() |
| 43 | ) {} |
| 44 | |
| 45 | localTimezoneTimestamp(): string { |
| 46 | return createTimestampForLogEntry() |
nothing calls this directly
no test coverage detected