X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef477678f2ab47f7aa0861952502aae347f9f088..231b9591aac1d6a507aa1ecfeb5f57e720003391:/interface/log.h?ds=sidebyside diff --git a/interface/log.h b/interface/log.h index d19674a90d..3292edb5f8 100644 --- a/interface/log.h +++ b/interface/log.h @@ -436,7 +436,7 @@ public: "[%d/%b/%y %H:%M:%S] " which gives something like "[17/Sep/98 22:10:16] " (without quotes) for the current date. Setting an empty string as the time format disables timestamping of the messages completely. - @b NB: Timestamping is disabled for Visual C++ users in debug builds by + @note Timestamping is disabled for Visual C++ users in debug builds by default because otherwise it would be impossible to directly go to the line from which the log message was generated by simply clicking in the debugger window on the corresponding error message. If you wish to enable it, please use