From 479ebdd6d1c019337c0d7661a96e3513f2687efd Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 12 Oct 2022 13:38:39 +0800 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index f97fd48c..220a45c2 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -270,6 +270,16 @@ enum class pattern_time_type local, // log localtime utc // log utc }; + +// +// rotate file mode used by rotate sink +// +enum class rotate_file_mode +{ + desc, + asc, +}; + // // Log exception