Ava: Make Avalonia use our logging system (#4231)

* Ava: Make Avalonia use our logging system

* LoggerAdapter: Address review comments

* Update Ryujinx.Common/Logging/LogClass.cs

Co-authored-by: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
merry 2023-01-09 03:32:20 +00:00 committed by GitHub
parent ee6e682ab4
commit 492056abf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 117 additions and 3 deletions

View file

@ -7,9 +7,9 @@ namespace Ryujinx.Common.Logging
AudioRenderer,
Configuration,
Cpu,
Font,
Emulation,
FFmpeg,
Font,
Gpu,
Hid,
Host1x,
@ -66,6 +66,7 @@ namespace Ryujinx.Common.Logging
ServiceVi,
SurfaceFlinger,
TamperMachine,
Ui,
Vic
}
}