iox-#1755 the content of this file should be customizable; in order to achieve this, this file will be moved to iceoryx_hoofs |- customization |- log |- iceoryx_hoofs |- log |- logger.hpp the iceoryx_hoofs/customization/log path can then be set via cmake argument or toolchain file and by default will point the the implementation in iceoryx_hoofs. This is similar to the iceoryx_platform customization.
iox-#260 Refactor 'convert' so that one can use 'into' to directly to convert numbers to strings: 'ClassExpectingAString(iox2::bb::into<iox2::bb::StaticString<100>>(42)'
iox-#1755 instead of using std::string we could also accept everything with a c_str() method and avoid the std::string dependency; alternatively this could be implemented as free function