SHA256
modify something
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user