SetActiveTargets), corrected.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@705
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool HasPendingMessages() const { return m_bHasMessages; }
// only one sink is active at each moment
bool HasPendingMessages() const { return m_bHasMessages; }
// only one sink is active at each moment
- // get current log target, will call wxApp::CreateLogTarget() to create one
- // if
- static wxLog *GetActiveTarget();
- // change log target, pLogger = NULL disables logging. if bNoFlashOld is true,
+ // change log target, pLogger = NULL disables logging. if bNoFlashOld is true,
// the old log target isn't flashed which might lead to loss of messages!
// returns the previous log target
static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE);
// the old log target isn't flashed which might lead to loss of messages!
// returns the previous log target
static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE);