core(logger): complete initialization of logger structures

- for using of logging functions from global destructors
This commit is contained in:
Alexander Alekhin 2020-06-22 09:27:26 +00:00
parent 5ed65460d1
commit 99bc35a883

View File

@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
GlobalLoggingInitCall()
{
getGlobalLoggingInitStruct();
(void)getGlobalLogTag(); // complete initialization of logger structures
}
};