mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
core(logger): complete initialization of logger structures
- for using of logging functions from global destructors
This commit is contained in:
@@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
|
||||
GlobalLoggingInitCall()
|
||||
{
|
||||
getGlobalLoggingInitStruct();
|
||||
(void)getGlobalLogTag(); // complete initialization of logger structures
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user