From 7d59bdaac9e8b84d21e4e87689406106a35be5a2 Mon Sep 17 00:00:00 2001 From: Peguen <73380451+Peguen@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:55:40 +0100 Subject: [PATCH] Removed getter for log filter from ecal_config.h. --- ecal/core/include/ecal/ecal_config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ecal/core/include/ecal/ecal_config.h b/ecal/core/include/ecal/ecal_config.h index f5863c0763..a0fd32b1a6 100644 --- a/ecal/core/include/ecal/ecal_config.h +++ b/ecal/core/include/ecal/ecal_config.h @@ -93,9 +93,6 @@ namespace eCAL ECAL_API std::string GetMonitoringFilterExcludeList (); ECAL_API std::string GetMonitoringFilterIncludeList (); - ECAL_API eCAL_Logging_Filter GetConsoleLogFilter (); - ECAL_API eCAL_Logging_Filter GetFileLogFilter (); - ECAL_API eCAL_Logging_Filter GetUdpLogFilter (); ///////////////////////////////////// // sys