Searched refs:toStdout (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.h220 bool toStdout = false,
294 void DoLine(const wxString & line, bool toStdout, bool toGUI);
327 CLoggingEvent(bool critical, bool toStdout, bool toGUI, const wxString& msg) argument
330 , m_stdout(toStdout)
H A DLogger.cpp126 bool toStdout, variable
153 CLoggingEvent Event(critical, toStdout, toGUI, msg);
252 void CLogger::DoLine(const wxString & line, bool toStdout, bool GUI_ONLY(toGUI)) argument
261 if (m_StdoutLog || toStdout) {

Completed in 64 milliseconds