Update common.h

pull/2506/head
Andy 3 years ago committed by GitHub
parent 936697e5b1
commit 479ebdd6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save