#include <wx/dataview.h>
#include "LoggerLineData.h"
Go to the source code of this file.
|
| class | LoggerListData |
| | A virtual list model backing the on-screen log's data-view control, holding the log lines and colouring rows by severity. More...
|
| |
◆ LoggerColumnID
Column indices for the logger data-view control.
- Author
- Eddie O'Hagan
- Date
- 8/13/2026
| Enumerator |
|---|
| E_COL_ALERTICON | The alert-level icon column.
|
| E_COL_LOGTIME | The timestamp column.
|
| E_COL_ALERTLEVEL | The alert-level text column.
|
| E_COL_EVENTDESCRIPTION | The event-description column.
|