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
Sometimes a message really only needs to come from one process. One can do this by having a separate logger for the purpose, but then it needs to have a different name and the client code has to declare a pointer and set the pointer, etc.
A lighter weight mechanism is desirable.
(Debating with self whether there is another way ...)
The text was updated successfully, but these errors were encountered:
Sometimes a message really only needs to come from one process. One can do this by having a separate logger for the purpose, but then it needs to have a different name and the client code has to declare a pointer and set the pointer, etc.
A lighter weight mechanism is desirable.
(Debating with self whether there is another way ...)
The text was updated successfully, but these errors were encountered: