mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-02-09 06:36:18 +01: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
|
|
}
|
|
}
|