2018-10-17 11:15:50 -06:00
|
|
|
namespace Ryujinx.Common.Logging
|
2018-04-13 19:02:24 -06:00
|
|
|
{
|
|
|
|
public enum LogClass
|
|
|
|
{
|
|
|
|
Audio,
|
2018-04-24 12:57:39 -06:00
|
|
|
Cpu,
|
2018-08-04 15:38:49 -06:00
|
|
|
Font,
|
2019-01-30 19:49:15 -07:00
|
|
|
Emulation,
|
2018-04-24 12:57:39 -06:00
|
|
|
Gpu,
|
|
|
|
Hid,
|
2018-04-13 19:02:24 -06:00
|
|
|
Kernel,
|
|
|
|
KernelIpc,
|
|
|
|
KernelScheduler,
|
|
|
|
KernelSvc,
|
|
|
|
Loader,
|
|
|
|
Service,
|
|
|
|
ServiceAcc,
|
|
|
|
ServiceAm,
|
|
|
|
ServiceApm,
|
|
|
|
ServiceAudio,
|
|
|
|
ServiceBsd,
|
2018-04-21 22:21:49 -06:00
|
|
|
ServiceCaps,
|
2018-04-13 19:02:24 -06:00
|
|
|
ServiceFriend,
|
|
|
|
ServiceFs,
|
|
|
|
ServiceHid,
|
2018-10-07 09:12:11 -06:00
|
|
|
ServiceIrs,
|
2018-10-09 17:01:49 -06:00
|
|
|
ServiceLdr,
|
2018-04-13 19:02:24 -06:00
|
|
|
ServiceLm,
|
2018-05-26 14:49:21 -06:00
|
|
|
ServiceMm,
|
2018-06-02 16:46:09 -06:00
|
|
|
ServiceNfp,
|
2018-04-13 19:02:24 -06:00
|
|
|
ServiceNifm,
|
|
|
|
ServiceNs,
|
|
|
|
ServiceNv,
|
|
|
|
ServicePctl,
|
|
|
|
ServicePl,
|
2018-04-21 17:04:43 -06:00
|
|
|
ServicePrepo,
|
2018-10-21 00:01:22 -06:00
|
|
|
ServicePsm,
|
2018-04-13 19:02:24 -06:00
|
|
|
ServiceSet,
|
|
|
|
ServiceSfdnsres,
|
|
|
|
ServiceSm,
|
2018-06-02 16:46:09 -06:00
|
|
|
ServiceSsl,
|
2018-04-13 19:02:24 -06:00
|
|
|
ServiceSss,
|
|
|
|
ServiceTime,
|
2018-04-24 12:57:39 -06:00
|
|
|
ServiceVi
|
2018-04-13 19:02:24 -06:00
|
|
|
}
|
|
|
|
}
|