9 lines
100 B
C#

namespace StableDiffusion.NET;
public enum LogLevel
{
Debug,
Info,
Warn,
Error
}