|
|
#include <QAbstractTableModel>#include <QColor>#include <ArmarXCore/core/logging/Logging.h>#include <ArmarXCore/core/services/tasks/RunningTask.h>#include <ArmarXCore/interface/core/Log.h>#include "LogMarkerRegistry.h"#include <mutex>#include <vector>
Include dependency graph for LogTableModel.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | LogFilter |
| class | LogTableModel |
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Enumerations | |
| enum class | LogColumn : int { Time = 0 , Component = 1 , Tag = 2 , Verbosity = 3 , Message = 4 , File = 5 , Function = 6 , Group = 7 , Unknown = -1 } |
| enum class | MatchMode { Contains , Exact } |