From d1c34a873bf98be2b747fa511fd2d07285e4ca5f Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Tue, 17 Sep 2024 14:29:35 +0200 Subject: [PATCH] add PCL_HIGH convenience macro using pcl::console::print_highlight --- common/include/pcl/console/print.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/include/pcl/console/print.h b/common/include/pcl/console/print.h index 355b5ef28dd..ccf218efa63 100644 --- a/common/include/pcl/console/print.h +++ b/common/include/pcl/console/print.h @@ -62,6 +62,7 @@ #define PCL_INFO(...) pcl::console::print (pcl::console::L_INFO, __VA_ARGS__) #define PCL_DEBUG(...) pcl::console::print (pcl::console::L_DEBUG, __VA_ARGS__) #define PCL_VERBOSE(...) pcl::console::print (pcl::console::L_VERBOSE, __VA_ARGS__) +#define PCL_HIGH(...) pcl::console::print_highlight (__VA_ARGS__) #define PCL_ASSERT_ERROR_PRINT_CHECK(pred, msg) \ do \