mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-06 17:49:43 +00:00
13 lines
182 B
C#
13 lines
182 B
C#
namespace Ryujinx.Common.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
Guest,
|
|
AccessLog
|
|
}
|
|
}
|