0
0
mirror of https://git.743378673.xyz/MeloNX/MeloNX.git synced 2025-05-14 08:45:18 +00:00
2018-04-24 15:57:39 -03:00

12 lines
146 B
C#

namespace Ryujinx.Core.Logging
{
public enum LogLevel
{
Debug,
Stub,
Info,
Warning,
Error
}
}