Tidying
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace Bloom
|
namespace Bloom
|
||||||
{
|
{
|
||||||
void Logger::configure(ProjectConfig& projectConfig) {
|
void Logger::configure(const ProjectConfig& projectConfig) {
|
||||||
if (projectConfig.debugLoggingEnabled) {
|
if (projectConfig.debugLoggingEnabled) {
|
||||||
Logger::debugPrintingEnabled = true;
|
Logger::debugPrintingEnabled = true;
|
||||||
Logger::debug("Debug log printing has been enabled");
|
Logger::debug("Debug log printing has been enabled");
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ namespace Bloom
|
|||||||
class Logger
|
class Logger
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static void configure(ProjectConfig& projectConfig);
|
static void configure(const ProjectConfig& projectConfig);
|
||||||
|
|
||||||
static void silence();
|
static void silence();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user