mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-06-10 21:25:25 +00:00
14 lines
182 B
C#
14 lines
182 B
C#
namespace Ryujinx.Common.Logging
|
|
{
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Stub,
|
|
Info,
|
|
Warning,
|
|
Error,
|
|
Guest,
|
|
AccessLog
|
|
}
|
|
}
|