[DEBUG] Implemented NetLog logging type

This commit is contained in:
Shyanne
2026-03-17 13:13:14 -04:00
parent 4e81a4c2f4
commit e55108c491
15 changed files with 180 additions and 21 deletions

View File

@@ -254,6 +254,7 @@ namespace Ryujinx.Headless
Logger.SetEnable(LogLevel.Trace, option.LoggingEnableTrace);
Logger.SetEnable(LogLevel.Guest, !option.LoggingDisableGuest);
Logger.SetEnable(LogLevel.AccessLog, option.LoggingEnableFsAccessLog);
Logger.SetEnable(LogLevel.NetLog, option.LoggingEnableFsAccessLog);
if (!option.DisableFileLog)
{