mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 11:26:24 +02:00
11 lines
148 B
C#
11 lines
148 B
C#
namespace Ryujinx.Common.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error
|
|
}
|
|
}
|