mirror of
https://git.ryujinx.app/archive/ryujinx-mirror.git
synced 2025-10-05 02:12:59 +00:00
11 lines
148 B
C#
11 lines
148 B
C#
namespace Ryujinx.Common.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error
|
|
}
|
|
}
|