Files

8 lines
94 B
C#

namespace RemSox.Kernel.Logging;
public enum LogSeverity
{
Info,
Warning,
Error
}