X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acad886cb4119e4077783b063d85e74cbe266106..4566dcbe24d452b729b0bad3f72ad63e6a60037c:/interface/wx/log.h diff --git a/interface/wx/log.h b/interface/wx/log.h index d23af95b51..64a5c08de1 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -744,7 +744,8 @@ public: /** Globally enable or disable logging. - Calling this function with @false argument disables all log messages. + Calling this function with @false argument disables all log messages + for the current thread. @see wxLogNull, IsEnabled() @@ -845,7 +846,7 @@ public: static bool IsEnabled(); /** - Returns true if logging at this level is enabled. + Returns true if logging at this level is enabled for the current thread. This function only returns @true if logging is globally enabled and if @a level is less than or equal to the maximal log level enabled for the