Workspace 6.21.5
Namespaces | Macros | Functions | Variables
logmanager.cpp File Reference
#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"
Include dependency graph for logmanager.cpp:

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: ")
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

◆ TOSTRING

#define TOSTRING (   x)    STRINGIFY(x)