Misc: wire up and refactor trace logging

This commit is contained in:
Ty Lamontagne
2024-10-19 20:04:02 -04:00
committed by Ty
parent 0a599e7337
commit ab21d22514
22 changed files with 850 additions and 618 deletions
+1
View File
@@ -364,6 +364,7 @@ bool Log::SetFileOutputLevel(LOGLEVEL level, std::string path)
}
s_file_level = s_file_handle ? level : LOGLEVEL_NONE;
UpdateMaxLevel();
return IsFileOutputEnabled();
}