Skip to content

Commit

Permalink
Do not redefine.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Sep 30, 2024
1 parent 76c5ae9 commit 300f4fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion log/include/gz/utils/log/Logger.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
#ifndef GZ_UTILS_LOG_LOGGER_HH_
#define GZ_UTILS_LOG_LOGGER_HH_

#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
#if !defined(SPDLOG_ACTIVE_LEVEL)
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
#endif

#include <spdlog/spdlog.h>
#include <memory>
Expand Down

0 comments on commit 300f4fa

Please sign in to comment.