1 2 3 4 5 6 7 8 9 10 11
namespace Ryujinx.Horizon.Sdk.Diag { enum LogSeverity : byte { Trace = 0, Info = 1, Warn = 2, Error = 3, Fatal = 4, } }