1. 20 Dec, 2019 1 commit
    • Mike Lezhnin's avatar
      Fix a small problem in the basic example · 9858d4e9
      Mike Lezhnin authored
      The line
      ```
      SPDLOG_TRACE("Some trace message with param {}", {});
      ```
      which normally is discarded at the compile time since by deafult
      `SPDLOG_ACTIVE_LEVEL` is at `SPDLOG_LEVEL_INFO`. If however, one goes
      to `tweak.me` and sets
      ```
       #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
      ```
      suddenly the basic example does not compile any more.
      This commit fixes the potential problem.
      9858d4e9
  2. 12 Dec, 2019 3 commits
  3. 10 Dec, 2019 5 commits
  4. 08 Dec, 2019 1 commit
  5. 05 Dec, 2019 23 commits
  6. 04 Dec, 2019 4 commits
  7. 02 Dec, 2019 1 commit
  8. 01 Dec, 2019 1 commit
  9. 30 Nov, 2019 1 commit