This website requires JavaScript.
Explore
Help
Sign In
PublicMirrors
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2025-01-24 14:04:55 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b3a4662be1
Ryujinx
/
Ryujinx.Common
/
Logging
/
LogLevel.cs
12 lines
148 B
C#
Raw
Normal View
History
Unescape
Escape
Move logging to Ryujinx.Common and make it a static class (#413)
2018-10-17 20:15:50 +03:00
namespace
Ryujinx.Common.Logging
Improved logging (#103)
2018-04-24 21:57:39 +03:00
{
public
enum
LogLevel
{
Debug
,
Stub
,
Info
,
Warning
,
Error
}
}
Reference in New Issue
Copy Permalink