cvs incorrectly merged my last change somehow (there a\were 2
SetActiveTargets), corrected. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -82,10 +82,7 @@ public:
|
|||||||
bool HasPendingMessages() const { return m_bHasMessages; }
|
bool HasPendingMessages() const { return m_bHasMessages; }
|
||||||
|
|
||||||
// only one sink is active at each moment
|
// only one sink is active at each moment
|
||||||
// get current log target, will call wxApp::CreateLogTarget() to create one
|
// change log target, pLogger = NULL disables logging. if bNoFlashOld is true,
|
||||||
// if
|
|
||||||
static wxLog *GetActiveTarget();
|
|
||||||
// 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!
|
// the old log target isn't flashed which might lead to loss of messages!
|
||||||
// returns the previous log target
|
// returns the previous log target
|
||||||
static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE);
|
static wxLog *SetActiveTarget(wxLog *pLogger, bool bNoFlashOld = FALSE);
|
||||||
|
Reference in New Issue
Block a user