Clarify wxLog::SetActiveTarget()

Closes #25852.
This commit is contained in:
Blake-Madden
2025-10-02 21:16:32 +02:00
committed by Vadim Zeitlin
parent b1bb91a280
commit 5de9ceb603
+4
View File
@@ -331,6 +331,10 @@ public:
active log target is set to @NULL a new default log target will be
created when logging occurs.
@note The logging system will take ownership of the target you pass
in here. However, it is your responsibility to delete the target you
are replacing (i.e., the return value of this function).
@see SetThreadActiveTarget()
*/
static wxLog* SetActiveTarget(wxLog* logtarget);