Rookie Chen
Results
2
issues of
Rookie Chen
The macro SPDLOG_ACTIVE_LEVEL is defined as SPDLOG_LEVEL_TRACE, but SPDLOG_TRACE is not effective.
4
## Summery When I use the code in the Basic Usage section, macro `SPDLOG_TRACE` is not effective. Even if I define `SPDLOG_ACTIVE_LEVEL` as `SPDLOG_LEVEL_TRACE`. ## Reproduce source code: ```cpp #include...
I'm writing software for an action camera that records gyroscope data while recording MP4 video, and I want to store it in the simplest gyro gcsv format. However, this results...