kr0st / fpgui

GUI application for convenient browsing through fplog-generated log messages
MIT License
0 stars 0 forks source link

Connect to MongoDB, show real-time messages on the main grid #3

Closed kr0st closed 6 years ago

kr0st commented 7 years ago

Basic functionality, configuration is hard-coded and not saved to file or loaded from file.

Display last 1000 messages from db, refresh view every second.

Grid should autoscroll to the latest message.

kr0st commented 7 years ago

For now display only the following fields in the grid: timestamp, priority, text.

kr0st commented 6 years ago

Basic functionality done and quite a bit more: