apkipa 28609cf51c change API; add logs | il y a 1 jour | |
---|---|---|
demo | il y a 1 jour | |
include | il y a 1 jour | |
misc | il y a 6 jours | |
profiles | il y a 1 jour | |
src | il y a 1 jour | |
test_package | il y a 1 jour | |
.clang-format | il y a 3 semaines | |
.gitignore | il y a 6 jours | |
CMakeLists.txt | il y a 1 jour | |
CMakeUserPresets.json | il y a 3 semaines | |
README.md | il y a 1 jour | |
conanfile.py | il y a 1 jour | |
deploy.sh | il y a 3 semaines | |
init_vscode_cmake.sh | il y a 6 jours | |
package.sh | il y a 1 jour |
lib
存放依赖库(分为 x86-64 与 aarch64)。
include
存放头文件。
demo
存放 API 使用示例。
编译命令:
g++ -std=c++17 -Iinclude -Llib demo/tsdbtest_lf.cpp -o tsdbtest_lf -ltsdb-merged
若需要日志输出,请在执行程序前配置如下环境变量:
SPDLOG_LEVEL=trace
/ SPDLOG_LEVEL=debug
: 显示 trace / debug 等级的日志TSDB_USE_FILE_LOGGING=1
: 将日志写入文件而不是标准输出TSDB_LOG_PATH
: 日志文件路径,默认为 tsdb.log