MissouriMRDT / Basestation_Software_Blazor

A complete rewrite of Basestation_Software into a Blazor interactive webapp. Complete with a SQLite database for storing data and an API to interface with it.
GNU General Public License v3.0
3 stars 0 forks source link

[Enhancement] Logger Component #16

Open three-halves opened 2 weeks ago

three-halves commented 2 weeks ago

The Logger Component records essential mission data for post-mission analysis, including rover movements, sensor readings, and subsystem performance metrics. It also allows for viewing of system logs from the rover during task. The logger should be able to be used by other components or other parts of the code on Basestation in order to print data.