from other threads. wxLog does however guarantee that messages logged by each
thread will appear in order in which they were logged.
+Also notice that wxLog::EnableLogging() and wxLogNull class which uses it only
+affect the current thread, i.e. logging messages may still be generated by the
+other threads after a call to @c EnableLogging(false).
+
*/