Remove DefaultLogger, just accept a SetLogger before initialization

This commit is contained in:
Ardakaniz
2016-10-16 18:34:01 +02:00
parent 308a603324
commit 495976bff6
2 changed files with 6 additions and 21 deletions

View File

@@ -41,7 +41,6 @@ namespace Nz
static bool IsEnabled();
static void SetDefaultLogger(AbstractLogger* defaultLogger);
static void SetLogger(AbstractLogger* logger);
static void Write(const String& string);
@@ -54,7 +53,6 @@ namespace Nz
static bool Initialize();
static void Uninitialize();
static AbstractLogger* s_defaultLogger;
static AbstractLogger* s_logger;
static bool s_enabled;
};