OutputDebugStirng logger should be on by default

This commit is contained in:
wheremyfoodat 2023-03-09 03:56:14 +02:00
parent 224ad643e8
commit 49d9705b1f

View file

@ -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;