mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
OutputDebugStirng logger should be on by default
This commit is contained in:
parent
224ad643e8
commit
49d9705b1f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ namespace Log {
|
|||
|
||||
// Our loggers here. Enable/disable by toggling the template param
|
||||
static Logger<false> kernelLogger;
|
||||
static Logger<false> debugStringLogger; // Enables output for the outputDebugString SVC
|
||||
static Logger<true> debugStringLogger; // Enables output for the outputDebugString SVC
|
||||
static Logger<false> errorLogger;
|
||||
static Logger<false> fileIOLogger;
|
||||
static Logger<false> svcLogger;
|
||||
|
|
Loading…
Add table
Reference in a new issue