mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: write Dalamud.Boot logs to dalamud.boot.log
This commit is contained in:
parent
ad4f2db203
commit
a7540d0fef
5 changed files with 39 additions and 14 deletions
|
|
@ -73,9 +73,9 @@ int InitializeClrAndGetEntryPoint(
|
|||
|
||||
// =========================================================================== //
|
||||
|
||||
logging::print<logging::I>(L"with dotnet_path: %s", dotnet_path);
|
||||
logging::print<logging::I>(L"with config_path: %s", runtimeconfig_path.c_str());
|
||||
logging::print<logging::I>(L"with module_path: %s", module_path.c_str());
|
||||
logging::print<logging::I>(L"with dotnet_path: {}", dotnet_path);
|
||||
logging::print<logging::I>(L"with config_path: {}", runtimeconfig_path.c_str());
|
||||
logging::print<logging::I>(L"with module_path: {}", module_path.c_str());
|
||||
|
||||
if (!std::filesystem::exists(dotnet_path))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue