More logger improvements (#58)

* fix

* fix

---------

Co-authored-by: j92580498-max <j92580498-max@users.noreply.github.com>
This commit is contained in:
j92580498-max
2026-07-11 17:34:49 +03:00
committed by GitHub
parent 65a40773fa
commit ef74680167
4 changed files with 222 additions and 0 deletions
+2
View File
@@ -76,6 +76,8 @@ internal static partial class Program
SharpEmuLog.MinimumLevel = logLevel;
Log.Info(BuildInfo.Banner);
ebootPath = Path.GetFullPath(ebootPath);
Console.Error.WriteLine($"[DEBUG] Full path: {ebootPath}");