This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
ryujinx
Watch
1
Star
1
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2025-01-15 20:30:04 -06:00
Code
Issues
Releases
Wiki
Activity
5c1bc52409
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 12:15:50 -05:00
namespace
Ryujinx.Common.Logging
Improved logging (#103)
2018-04-24 13:57:39 -05:00
{
public
enum
LogLevel
{
Debug
,
Stub
,
Info
,
Warning
,
Error
}
}
Reference in New Issue
Copy Permalink