Files
brick-framework/GameCore/Logging/LogLevel.cs

9 lines
94 B
C#

namespace GameCore.Logging;
public enum LogLevel
{
Debug,
Info,
Warn,
Error
}