feat: add logger
This commit is contained in:
14
L2BotCore/Domain/Logger/LogLevel.h
Normal file
14
L2BotCore/Domain/Logger/LogLevel.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace L2Bot::Domain::Logger
|
||||
{
|
||||
enum class LogLevel : uint8_t
|
||||
{
|
||||
error,
|
||||
warning,
|
||||
info,
|
||||
app
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user