OSVR-Core
|
Header. More...
#include "LogDefaults.h"
#include <osvr/Util/PlatformConfig.h>
#include <spdlog/sinks/ostream_sink.h>
#include <spdlog/common.h>
#include <spdlog/sinks/base_sink.h>
#include <spdlog/sinks/android_sink.h>
#include <spdlog/spdlog.h>
#include <iostream>
#include <mutex>
#include <utility>
Go to the source code of this file.
Classes | |
class | osvr::util::log::stdout_sink< Mutex > |
A sink which sends its output to std::cout. More... | |
class | osvr::util::log::stderr_sink< Mutex > |
A sink which sends its output to std::cerr. More... | |
class | osvr::util::log::filter_sink |
A decorator around another sink that applies a custom log level filter. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Header.