1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-01-28 02:26:46 -06:00

12 lines
148 B
C#

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