|
|
A retained log line: the message plus the display data derived from it. More...
#include <ArmarXGui/gui-plugins/LoggingPlugin/ArmarXLogViewer/LogStore.h>
Public Attributes | |
| QString | displayMessage |
| truncated message column (4) | |
| int | lineCount = 1 |
| number of display lines in displayMessage | |
| LogMessage | message |
| QString | timeString |
| formatted time column (0) | |
A retained log line: the message plus the display data derived from it.
The derived fields are built once, here, instead of once per filter that accepts the message and again on every repaint.
Definition at line 42 of file LogStore.h.
| QString displayMessage |
truncated message column (4)
Definition at line 46 of file LogStore.h.
| int lineCount = 1 |
number of display lines in displayMessage
Definition at line 47 of file LogStore.h.
| LogMessage message |
Definition at line 44 of file LogStore.h.
| QString timeString |
formatted time column (0)
Definition at line 45 of file LogStore.h.