frillip / field-control-panel

Fancy control panel for field control unit
MIT License
1 stars 0 forks source link

Event log in panel tab #101

Closed frillip closed 4 years ago

frillip commented 4 years ago

Simple list showing events that occur. Optionally with severity.

This is already logged in console, but it is probably not possible to access historical data.

frillip commented 4 years ago

Best solution is probably to add another handler to the logger instance that saves to some sort of internal stream, the dump the contents of said stream when requested.

frillip commented 4 years ago

Added provision in panel html under status tab