Skip to content

Commit

Permalink
core(logger): complete initialization of logger structures
Browse files Browse the repository at this point in the history
- for using of logging functions from global destructors

original commit: 99bc35a
  • Loading branch information
alalek committed Jun 22, 2020
1 parent 8e92c70 commit 62eece0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
GlobalLoggingInitCall()
{
getGlobalLoggingInitStruct();
(void)getGlobalLogTag(); // complete initialization of logger structures
}
};

Expand Down

0 comments on commit 62eece0

Please sign in to comment.