MCPcopy
hub / github.com/vladmandic/sdnext / LogLine

Interface LogLine

ui/logMonitor.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { timer } from './timers';
4
5interface LogLine {
6 created: number;
7 level: string;
8 module: string;
9 facility: string;
10 msg: string;
11}
12
13let logMonitorEl: HTMLElement | null = null;
14let logMonitorStatus = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected