Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Services/LogLevel.cs

10 lines
85 B
C#

namespace AxCopilot.Services;
public enum LogLevel
{
Debug,
Info,
Warn,
Error
}