Renamed spdlog::log_level to spdlog::level and added some level tests

This commit is contained in:
gabime
2023-09-23 17:59:51 +03:00
parent 2d801bbd80
commit 433cac487e
48 changed files with 473 additions and 370 deletions

View File

@@ -46,7 +46,9 @@ set(SPDLOG_UTESTS_SOURCES
test_stopwatch.cpp
test_circular_q.cpp
test_ringbuffer_sink.cpp
test_source_location.cpp)
test_source_location.cpp
test_log_level.cpp
)
if(NOT SPDLOG_NO_EXCEPTIONS)
list(APPEND SPDLOG_UTESTS_SOURCES test_errors.cpp)