HeexLog class
In both c++ and python we provide a HeexLog class, instantiated from the spdlog library. We recommend logging through this class since we have included builtin behaviors (like logging into specific files) that allow a smoother experience. To use it, you must first include it:- C++
- Python
logs folder next to your executable, and creates a [executable_name].log file inside it.
To log, use the following format:
- C++
- Python