mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Fix repository
This commit is contained in:
8
Netch/Enums/LogLevel.cs
Normal file
8
Netch/Enums/LogLevel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Netch.Enums;
|
||||
|
||||
public enum LogLevel
|
||||
{
|
||||
INFO,
|
||||
WARNING,
|
||||
ERROR
|
||||
}
|
||||
Reference in New Issue
Block a user