mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Make more stuff loggable (#885)
This commit is contained in:
parent
cd2649fec1
commit
04cdd3338f
3 changed files with 40 additions and 15 deletions
|
|
@ -26,6 +26,10 @@ namespace bootconfig {
|
|||
return utils::get_env<bool>(L"DALAMUD_SHOW_CONSOLE");
|
||||
}
|
||||
|
||||
inline bool is_disable_fallback_console() {
|
||||
return utils::get_env<bool>(L"DALAMUD_DISABLE_FALLBACK_CONSOLE");
|
||||
}
|
||||
|
||||
inline bool is_wait_debugger() {
|
||||
return utils::get_env<bool>(L"DALAMUD_WAIT_DEBUGGER");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue