add_executable(log_test test.cpp)

target_link_libraries(log_test log)
