|
Project Documentation Manager BRIGADOON-0002
Project Documentation Manager
|
#include <QObject>#include <QListView>#include <QSettings>#include <QStandardPaths>#include <QListWidgetItem>#include <QDateTime>#include <QFileDialog>#include <ui_mainwindow.h>Go to the source code of this file.
Data Structures | |
| struct | REMOTE_LOG_ENTRY |
| class | Logger |
Macros | |
| #define | DEFAULT_MAXIMUM_LOG_LINES 20000 |
| The maximum number of log lines kept. | |
Enumerations | |
| enum | LOGGING_MODE { MODE_SIG_PROC , MODE_QT , MODE_GENERAL , MODE_THREAD , MODE_CONFIG , MODE_TIMING , MODE_SECURITY , MODE_GRAPHICS , MODE_MEMORY , MODE_MATHS , MODE_FILE , MODE_NETWORK , MODE_OPERATOR , MODE_DATABASE , MODE_EXCEPTION , MODE_SENSOR } |
| Log Severity allow the selection of logging events based on the mode. More... | |
| enum | LOGGING_SEVERITY { LOG_EMERGENCY , LOG_ALERT , LOG_CRITICAL , LOG_ERROR , LOG_WARNING , LOG_NOTICE , LOG_INFO , LOG_DEBUG } |
| Log Severity allow the selection of logging events based on Severity. More... | |
| #define DEFAULT_MAXIMUM_LOG_LINES 20000 |
The maximum number of log lines kept.
This is the default maximum number of lines that the log will hold before it starts deleting the old lines.
Definition at line 72 of file logger.h.
Referenced by Logger::Logger().
| enum LOGGING_MODE |
Log Severity allow the selection of logging events based on the mode.
The log mode provide finer filtering of logging events. See SetModeMask for an explanation of the Mode.
Definition at line 20 of file logger.h.
| enum LOGGING_SEVERITY |
Log Severity allow the selection of logging events based on Severity.
The log severity provide finer filtering of logging events. See SetSeverityMask for an explanation of the severity.
Definition at line 47 of file logger.h.