X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..a90280fe1ac7b78563d44afffd1d3b0b521b5cd6:/interface/wx/log.h diff --git a/interface/wx/log.h b/interface/wx/log.h index 620bd1c2fa..972870e61d 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -763,7 +763,7 @@ public: /** Returns the current timestamp format string. */ - static const wxString GetTimestamp(); + static const wxString& GetTimestamp(); /** Returns the current trace mask, see Customization() section for details. @@ -775,7 +775,7 @@ public: @see AddTraceMask(). */ - static const wxArrayString GetTraceMasks(); + static const wxArrayString& GetTraceMasks(); /** Returns whether the verbose mode is currently active. @@ -793,7 +793,7 @@ public: Forwards the message at specified level to the @e DoLog() function of the active log target if there is any, does nothing otherwise. */ - static void OnLog(wxLogLevel level, const wxString& message); + static void OnLog(wxLogLevel level, const wxString& szString, time_t t); /** Remove the @a mask from the list of allowed masks for