OSVR-Core
Classes | Namespaces | Typedefs
LogSinks.h File Reference

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.
 

Typedefs

typedef stdout_sink<::spdlog::details::null_mutex > osvr::util::log::stdout_sink_st
 
typedef stdout_sink< std::mutex > osvr::util::log::stdout_sink_mt
 
typedef stderr_sink< std::mutex > osvr::util::log::stderr_sink_mt
 
typedef stderr_sink<::spdlog::details::null_mutex > osvr::util::log::stderr_sink_st
 

Detailed Description

Header.

Date
2016
Author
Sensics, Inc. http://sensics.com