|
|
@ -80,8 +80,8 @@ TEST_CASE("daily_logger", "[daily_logger]]")
|
|
|
|
TEST_CASE("daily_logger with dateonly calculator", "[daily_logger_dateonly]]")
|
|
|
|
TEST_CASE("daily_logger with dateonly calculator", "[daily_logger_dateonly]]")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
using sink_type = spdlog::sinks::daily_file_sink<
|
|
|
|
using sink_type = spdlog::sinks::daily_file_sink<
|
|
|
|
std::mutex,
|
|
|
|
std::mutex,
|
|
|
|
spdlog::sinks::dateonly_daily_file_name_calculator>;
|
|
|
|
spdlog::sinks::dateonly_daily_file_name_calculator>;
|
|
|
|
|
|
|
|
|
|
|
|
prepare_logdir();
|
|
|
|
prepare_logdir();
|
|
|
|
//calculate filename (time based)
|
|
|
|
//calculate filename (time based)
|
|
|
@ -112,8 +112,8 @@ struct custom_daily_file_name_calculator
|
|
|
|
TEST_CASE("daily_logger with custom calculator", "[daily_logger_custom]]")
|
|
|
|
TEST_CASE("daily_logger with custom calculator", "[daily_logger_custom]]")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
using sink_type = spdlog::sinks::daily_file_sink<
|
|
|
|
using sink_type = spdlog::sinks::daily_file_sink<
|
|
|
|
std::mutex,
|
|
|
|
std::mutex,
|
|
|
|
custom_daily_file_name_calculator>;
|
|
|
|
custom_daily_file_name_calculator>;
|
|
|
|
|
|
|
|
|
|
|
|
prepare_logdir();
|
|
|
|
prepare_logdir();
|
|
|
|
//calculate filename (time based)
|
|
|
|
//calculate filename (time based)
|
|
|
|