mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Move logging to Ryujinx.Common and make it a static class (#413)
This commit is contained in:
11
Ryujinx.Common/Logging/LogLevel.cs
Normal file
11
Ryujinx.Common/Logging/LogLevel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Ryujinx.Common.Logging
|
||||
{
|
||||
public enum LogLevel
|
||||
{
|
||||
Debug,
|
||||
Stub,
|
||||
Info,
|
||||
Warning,
|
||||
Error
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user