mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-10 18:35:22 +00:00
12 lines
148 B
C#
12 lines
148 B
C#
namespace Ryujinx.Common.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error
|
|
}
|
|
}
|