The logrr_clog
library provides the API for sending messages to the log.
The logrr_clog
library is intended for use in C-language programs. Use the logrr_cpp
library in C++ programs.
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_clog_LIB})