1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-04-25 06:00:15 -05:00

12 lines
148 B
C#

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