mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
core(logger): complete initialization of logger structures
- for using of logging functions from global destructors
This commit is contained in:
parent
5ed65460d1
commit
99bc35a883
@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
|
||||
GlobalLoggingInitCall()
|
||||
{
|
||||
getGlobalLoggingInitStruct();
|
||||
(void)getGlobalLogTag(); // complete initialization of logger structures
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user