mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
committed by
Vadim Zeitlin
parent
b1bb91a280
commit
5de9ceb603
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user