SHA256
add log_outputter.cpp
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ set(${PROJECT_NAME}_SOURCES
|
|||||||
include/featherlog/log_message.hpp
|
include/featherlog/log_message.hpp
|
||||||
include/featherlog/flog_definitions.h
|
include/featherlog/flog_definitions.h
|
||||||
include/featherlog/push_result.hpp
|
include/featherlog/push_result.hpp
|
||||||
src/log_manager.cpp)
|
src/log_manager.cpp
|
||||||
|
src/log_outputter.cpp)
|
||||||
|
|
||||||
# 生成静态库
|
# 生成静态库
|
||||||
add_library(${PROJECT_NAME}_static STATIC ${${PROJECT_NAME}_SOURCES})
|
add_library(${PROJECT_NAME}_static STATIC ${${PROJECT_NAME}_SOURCES})
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
#include <featherlog/log_outputter.hpp>
|
||||||
|
|
||||||
|
namespace flog {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user