Initialize logging before we do parameter interaction

This commit is contained in:
Jonas Schnelli
2015-11-26 14:03:27 +01:00
parent df66147613
commit a46f87f0c1
4 changed files with 16 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ bool ShutdownRequested();
/** Interrupt threads */
void Interrupt(boost::thread_group& threadGroup);
void Shutdown();
//!Initialize the logging infrastructure
void InitLogging();
//!Parameter interaction: change current parameters depending on various rules
void InitParameterInteraction();
bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler);