mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-07 18:58:29 +02:00
Improved logging (#103)
This commit is contained in:
11
Ryujinx.Core/Logging/LogLevel.cs
Normal file
11
Ryujinx.Core/Logging/LogLevel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Core.Logging
|
||||
{
|
||||
public enum LogLevel
|
||||
{
|
||||
Debug,
|
||||
Stub,
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user