Workspace 6.21.5
|
#include <algorithm>
#include <atomic>
#include <iostream>
#include <list>
#include <unordered_map>
#include <unordered_set>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include <QHostInfo>
#include <QList>
#include <QMap>
#include <QMutex>
#include <QMutexLocker>
#include <QObject>
#include <QProcessEnvironment>
#include <QSemaphore>
#include <QString>
#include <QThread>
#include <QtGlobal>
#include "Workspace/Application/LanguageUtils/scopeguard.h"
#include "Workspace/Application/LanguageUtils/streamqstring.h"
#include "Workspace/Application/settings.h"
#include "Workspace/DataExecution/Logging/defaultlogstream.h"
#include "Workspace/DataExecution/Logging/logstream.h"
#include "Workspace/DataExecution/Logging/logstreamfilter.h"
#include "capturealloutputimpl.h"
#include "concurrentqueue.h"
#include "logmanager.h"
#include "logmanagerimpl.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Application |
Application-level functionality for all workspace applications. | |
Macros | |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Functions | |
CSIRO_WORKSPACE_API bool | operator== (const LogManager::MessageCategory &lhs, const LogManager::MessageCategory &rhs) |
Variables | |
const Application::LogManager::MessageCategory | LOG_DEBUG ("Debug", false, "DEBUG: ") |
const Application::LogManager::MessageCategory | LOG_DEPRECATED ("Deprecated", true, "DEPRECATED: ") |
const Application::LogManager::MessageCategory | LOG_ERROR ("Error", true, "ERROR: ") |
const Application::LogManager::MessageCategory | LOG_INFO ("Info", true) |
const Application::LogManager::MessageCategory | LOG_VERBOSE ("Verbose", false) |
const Application::LogManager::MessageCategory | LOG_WARNING ("Warning", true, "WARNING: ") |