mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
auto create log dir
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
using spdlog::details::file_helper;
|
||||
using spdlog::details::log_msg;
|
||||
|
||||
static const std::string target_filename = "logs/file_helper_test.txt";
|
||||
static const std::string target_filename = "test_logs/file_helper_test.txt";
|
||||
|
||||
static void write_with_helper(file_helper &helper, size_t howmany)
|
||||
{
|
||||
|
Reference in New Issue
Block a user