Skip to content

Commit 04023ce

Browse files
committed
Merge branch 'feat/split-autoware-utils-logging' of github.com:isamu-takagi/autoware_utils into feat/split-autoware-utils-logging
2 parents e4bc82d + 33ba6d1 commit 04023ce

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

autoware_utils/include/autoware_utils/ros/logger_level_configure.hpp

+7-6
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
#ifndef AUTOWARE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
1616
#define AUTOWARE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
1717

18-
#include <autoware_utils_logging/logger_level_configure.hpp>
19-
20-
namespace autoware_utils
21-
{
18+
// NOLINTBEGIN(build/namespaces, whitespace/line_length)
19+
// clang-format off
2220

23-
using namespace autoware_utils_logging; // NOLINT(build/namespaces)
21+
#pragma message("#include <autoware_utils/ros/logger_level_configure.hpp> is deprecated. Use #include <autoware_utils_logging/logger_level_configure.hpp> instead.")
22+
#include <autoware_utils_logging/logger_level_configure.hpp>
23+
namespace autoware_utils { using namespace autoware_utils_logging; }
2424

25-
} // namespace autoware_utils
25+
// clang-format on
26+
// NOLINTEND
2627

2728
#endif // AUTOWARE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_

0 commit comments

Comments
 (0)