16 #ifndef IOX_POSH_LOG_POSH_LOGGING_HPP
17 #define IOX_POSH_LOG_POSH_LOGGING_HPP
21 #include "iceoryx_utils/log/logging_free_function_building_block.hpp"
27 static constexpr
char Ctx[] =
"POSH";
28 static constexpr
char Description[] =
"Log context of the POSH component!";
31 static constexpr
auto LogFatal = iox::log::ffbb::LogFatal<LoggingComponent>;
32 static constexpr
auto LogError = iox::log::ffbb::LogError<LoggingComponent>;
33 static constexpr
auto LogWarn = iox::log::ffbb::LogWarn<LoggingComponent>;
34 static constexpr
auto LogInfo = iox::log::ffbb::LogInfo<LoggingComponent>;
35 static constexpr
auto LogDebug = iox::log::ffbb::LogDebug<LoggingComponent>;
36 static constexpr
auto LogVerbose = iox::log::ffbb::LogVerbose<LoggingComponent>;
Definition: service_description.hpp:29
Definition: posh_logging.hpp:26