|
|
@ -94,8 +94,7 @@ LogLevel GlobalLoggingInitStruct::m_defaultUnconfiguredGlobalLevel = GlobalLoggi |
|
|
|
//
|
|
|
|
//
|
|
|
|
static GlobalLoggingInitStruct& getGlobalLoggingInitStruct() |
|
|
|
static GlobalLoggingInitStruct& getGlobalLoggingInitStruct() |
|
|
|
{ |
|
|
|
{ |
|
|
|
static GlobalLoggingInitStruct globalLoggingInitInstance; |
|
|
|
CV_SINGLETON_LAZY_INIT_REF(GlobalLoggingInitStruct, new GlobalLoggingInitStruct()); |
|
|
|
return globalLoggingInitInstance; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// To ensure that the combined struct defined above is initialized even
|
|
|
|
// To ensure that the combined struct defined above is initialized even
|
|
|
|