mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
日志系统
This commit is contained in:
11
Logger/LogLevel.cs
Normal file
11
Logger/LogLevel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace CMLeonOS.Logger
|
||||
{
|
||||
public enum LogLevel
|
||||
{
|
||||
Debug,
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
Success
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user