Renamed debug logging param
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <iostream>
|
||||
|
||||
void Logger::configure(const ProjectConfig& projectConfig) {
|
||||
if (projectConfig.debugLoggingEnabled) {
|
||||
if (projectConfig.debugLogging) {
|
||||
Logger::debugPrintingEnabled = true;
|
||||
Logger::debug("Debug log printing has been enabled");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user