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. This sink is a drop-in replacement for spdlog::stdout_sink and differs only in that this sink isn't a singleton. More... | |
class | osvr::util::log::stderr_sink< Mutex > |
A sink which sends its output to std::cerr. This sink is a drop-in replacement for spdlog::stderr_sink and differs only in that this sink isn't a singleton. More... | |
class | osvr::util::log::filter_sink |
Namespaces | |
osvr | |
< | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |