You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I read the comment for void InitializeLog(); it tells me "There is no corresponding function to shut down the logging library."
However, I think it is useful to add such function like DestroyLog() for the shared library that use abseil (static link). Especially when the library would be loaded with dlopen/dlclose multiple times.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I read the comment for void InitializeLog(); it tells me "There is no corresponding function to shut down the logging library."
However, I think it is useful to add such function like
DestroyLog()
for the shared library that use abseil (static link). Especially when the library would be loaded with dlopen/dlclose multiple times.Beta Was this translation helpful? Give feedback.
All reactions