The logrr_cpp library provides the API for sending messages to the log.
The logrr_cpp library is intended for use in C++ programs. In C-language programs, use the logrr_clog library.
To get access to the API of this library:
Link your program to the library by using the target_link_libraries() CMake command.
CMakeLists.txt
target_link_libraries (${TARGET_NAME} ${logrr_cpp_LIB})