Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/fastdds/logging/disable_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Old Log macros disable
Before version 2.8.2, Fast DDS project used log macros: :code:`logInfo`, :code:`logWarning` and
:code:`logError`, which may collide with other libraries.
These log macros have been replaced by new ones with a more specific format: (e.g. :code:`EPROSIMA_LOG_INFO`).
In order to disable old macros compilation, use CMake option :code:`ENABLE_OLD_LOG_MACROS = ON`
In order to disable old macros compilation, use CMake option :code:`ENABLE_OLD_LOG_MACROS = OFF`
or define :code:`ENABLE_OLD_LOG_MACROS_ 0` before including the log module
:code:`#include <fastdds/dds/log/Log.hpp>`.

Expand Down