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