mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-25 00:07:43 +02:00
11 lines
146 B
C#
11 lines
146 B
C#
namespace Ryujinx.Core.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error
|
|
}
|
|
}
|