|
|
#include <ArmarXCore/interface/core/Log.h>#include <QColor>#include <QObject>#include <cstdint>#include <mutex>#include <vector>
Include dependency graph for LogMarkerRegistry.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LogMarker |
| A single pinned log line: a snapshot of the message plus the color assigned to it. More... | |
| class | LogMarkerRegistry |
| Shared, session-only store of pinned ("labeled") log lines. More... | |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | LogMarkerId = std::uint64_t |