The Log Class Definitions. More...
#include <glm/gtx/string_cast.hpp>#include <spdlog/spdlog.h>#include <spdlog/fmt/ostr.h>Go to the source code of this file.
Classes | |
| class | Spices::Log |
Namespaces | |
| namespace | Spices |
Macros | |
| #define | GLM_ENABLE_EXPERIMENTAL |
| #define | SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE |
Functions | |
| template<typename OStream , glm::length_t L, typename T , glm::qualifier Q> | |
| OStream & | operator<< (OStream &os, const glm::vec< L, T, Q > &vector) |
| template<typename OStream , glm::length_t C, glm::length_t R, typename T , glm::qualifier Q> | |
| OStream & | operator<< (OStream &os, const glm::mat< C, R, T, Q > &matrix) |
| template<typename OStream , typename T , glm::qualifier Q> | |
| OStream & | operator<< (OStream &os, glm::qua< T, Q > quaternion) |
The Log Class Definitions.
Definition in file Log.h.