Searched refs:toGUI (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.h221 bool toGUI = true);
294 void DoLine(const wxString & line, bool toStdout, bool toGUI);
327 CLoggingEvent(bool critical, bool toStdout, bool toGUI, const wxString& msg) argument
331 , m_GUI(toGUI)
H A DLogger.cpp127 bool toGUI)
153 CLoggingEvent Event(critical, toStdout, toGUI, msg);
252 void CLogger::DoLine(const wxString & line, bool toStdout, bool GUI_ONLY(toGUI))
266 if (toGUI) {

Completed in 113 milliseconds