Improved logging capabilities

This commit is contained in:
Pasha Bibko
2025-05-08 14:32:33 +01:00
parent 4509250c4e
commit 094101ffdd
6 changed files with 40 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ extern "C" int __declspec(dllexport) GenIR(const char* a_inpPath, const char* a_
try
{
// Initalises the log //
LX::Log::Init();
LX::Log::Init(LX::Log::Priority::HIGH);
// Turns the file paths into the C++ type for handling them //
std::filesystem::path inpPath = a_inpPath;