mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix log culling
This commit is contained in:
parent
0bf2364e48
commit
8e21134cdf
3 changed files with 152 additions and 60 deletions
|
|
@ -24,7 +24,7 @@ namespace logging {
|
|||
/**
|
||||
* @brief Starts writing log to specified file.
|
||||
*/
|
||||
void start_file_logging(const std::filesystem::path& path, bool redirect_stderrout = false);
|
||||
void start_file_logging(const std::filesystem::path& logPath, bool redirect_stderrout = false);
|
||||
|
||||
/**
|
||||
* @brief Marks this DLL either as loaded or unloaded, top prevent accessing handles when the DLL is not loaded.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue