10 lines
85 B
C#
10 lines
85 B
C#
namespace AxCopilot.Services;
|
|
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Info,
|
|
Warn,
|
|
Error
|
|
}
|