Header to include for OSVR-internal usage of the logging mechanism: provides the needed definition of Logger (and includes its dependencies) that is only forward-declared in <osvr/Util/Log.h> More...
#include <osvr/Util/Export.h>#include <osvr/Util/Log.h>#include <osvr/Util/LogLevel.h>#include <initializer_list>#include <memory>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | osvr::util::log::Logger |
| An object allowing you to log messages with a given log source name. More... | |
| class | osvr::util::log::Logger::StreamProxy |
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. | |
Typedefs | |
| using | spdlog::sink_ptr = std::shared_ptr< spdlog::sinks::sink > |
| using | spdlog::sinks_init_list = std::initializer_list< sink_ptr > |
Header to include for OSVR-internal usage of the logging mechanism: provides the needed definition of Logger (and includes its dependencies) that is only forward-declared in <osvr/Util/Log.h>
Definition in file Logger.h.