+
+ // true if logging is currently disabled for this thread (this is also not
+ // used for the main thread which uses wxLog::ms_doLog)
+ //
+ // NB: we use a counter-intuitive "disabled" flag instead of "enabled" one
+ // because the default, for 0-initialized struct, should be to enable
+ // logging
+ bool loggingDisabled;