Files
RemSox/Logging/LogSeverity.cs
T
2026-06-10 00:29:28 +02:00

8 lines
87 B
C#

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