16 #ifndef IOX_POSH_LOG_POSH_CONFIG_LOGGING_HPP
17 #define IOX_POSH_LOG_POSH_CONFIG_LOGGING_HPP
21 #include "iceoryx_utils/log/logging_free_function_building_block.hpp"
29 static constexpr
char Ctx[] =
"POSH Config";
30 static constexpr
char Description[] =
"Log context for the POSH configuration library.";
33 static constexpr
auto LogFatal = iox::log::ffbb::LogFatal<LoggingComponent>;
34 static constexpr
auto LogError = iox::log::ffbb::LogError<LoggingComponent>;
35 static constexpr
auto LogWarn = iox::log::ffbb::LogWarn<LoggingComponent>;
36 static constexpr
auto LogInfo = iox::log::ffbb::LogInfo<LoggingComponent>;
37 static constexpr
auto LogDebug = iox::log::ffbb::LogDebug<LoggingComponent>;
38 static constexpr
auto LogVerbose = iox::log::ffbb::LogVerbose<LoggingComponent>;
Definition: service_description.hpp:29
Definition: posh_config_logging.hpp:28