|
iceoryx2
C++ Language Bindings
|
#include "iox2/legacy/log/building_blocks/logger.hpp"#include <cstdint>#include "iox2/legacy/detail/log/building_blocks/logformat.inl"Go to the source code of this file.
Classes | |
| struct | iox2::legacy::log::LogBuffer |
| Provides access to the log buffer if direct access is required. More... | |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::legacy |
| namespace | iox2::legacy::log |
| namespace | iox2::legacy::log::internal |
Variables | |
| template<typename T > | |
| static constexpr const char * | iox2::legacy::log::LOG_FORMAT_DEC { internal::logFormatDec<T>() } |
| printf-like format string for decimal formatting of numbers | |
| template<typename T > | |
| static constexpr const char * | iox2::legacy::log::LOG_FORMAT_HEX { internal::logFormatHex<T>() } |
| printf-like format string for hexadecimal formatting of numbers | |
| template<typename T > | |
| static constexpr const char * | iox2::legacy::log::LOG_FORMAT_OCT { internal::logFormatOct<T>() } |
| printf-like format string for octal formatting of numbers | |