ginger namespace
Classes
-
template<typename T1, typename T2 = T1>class Matrix2
- Matrix2.
-
template<typename T1, typename T2 = T1>class Vector2
- Vector2.
- class Vector2Ref
- Vector2Ref.
Functions
- void log_with_spdlog(const std::string& message)
- Log a message using spdlog.
Function documentation
void ginger:: log_with_spdlog(const std::string& message)
#include <ginger/logger.hpp>
Log a message using spdlog.
| Parameters | |
|---|---|
| message | The message to log |
This function provides a simple wrapper around spdlog for logging messages. It creates a file logger that writes to "ginger.log" and logs at the info level.