StoredLogEntry Struct Reference

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)
 

Detailed Description

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.

Member Data Documentation

◆ displayMessage

QString displayMessage

truncated message column (4)

Definition at line 46 of file LogStore.h.

◆ lineCount

int lineCount = 1

number of display lines in displayMessage

Definition at line 47 of file LogStore.h.

◆ message

LogMessage message

Definition at line 44 of file LogStore.h.

◆ timeString

QString timeString

formatted time column (0)

Definition at line 45 of file LogStore.h.


The documentation for this struct was generated from the following file: