Initial commit to new repository
This commit is contained in:
9
.decompiledproj/AxCopilot/Services/LogLevel.cs
Normal file
9
.decompiledproj/AxCopilot/Services/LogLevel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace AxCopilot.Services;
|
||||
|
||||
public enum LogLevel
|
||||
{
|
||||
Debug,
|
||||
Info,
|
||||
Warn,
|
||||
Error
|
||||
}
|
||||
Reference in New Issue
Block a user