mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-17 06:47:08 +01:00
12 lines
146 B
C#
12 lines
146 B
C#
namespace Ryujinx.Core.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error
|
|
}
|
|
}
|