LogStreamRow

Domain

Monospace log entry: timestamp, level tag (DBG/INF/WRN/ERR/FTL), source, and message body.

All five levels

Preview
  1. [DBG]sensor.driverRead cycle 0x9F1 — within tolerance
  2. [INF]mqtt.clientPublished telemetry payload (4 fields, 218 bytes)
  3. [WRN]rule.engineVibration trending up — re-check at next sample
  4. [ERR]firmware.watchCalibration timer reset due to missed tick
  5. [FTL]kernelSubsystem panic — restarting in 5s
Code
<LogStreamRow timestamp={date} level="warn" source="..." message="..." />
Sourcemodules/domains/iot/telemetry/LogStreamRow.tsx