modify something

This commit is contained in:
CupWater
2026-08-17 21:01:29 +08:00
parent 3274bf9393
commit 4fc7ef37c2
12 changed files with 133 additions and 47 deletions
+4 -2
View File
@@ -3,9 +3,11 @@
#include <cstdint>
namespace flog {
namespace flog
{
using LogLevelType = uint8_t;
enum class LogLevel : LogLevelType {
enum class LogLevel : LogLevelType
{
TRACE = 0,
DEBUG = 1,
INFO = 2,