Remove DefaultLogger, just accept a SetLogger before initialization
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user