Searched refs:CLoggingEvent (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.h268 void OnLoggingEvent(class CLoggingEvent& evt);
324 class CLoggingEvent : public wxEvent class in inherits:wxEvent
327 CLoggingEvent(bool critical, bool toStdout, bool toGUI, const wxString& msg) function in class:CLoggingEvent
354 return new CLoggingEvent(m_critical, m_stdout, m_GUI, m_msg);
365 typedef void (wxEvtHandler::*MuleLogEventFunction)(CLoggingEvent&);
H A DLogger.cpp153 CLoggingEvent Event(critical, toStdout, toGUI, msg);
221 void CLogger::OnLoggingEvent(class CLoggingEvent& evt)
H A Damule.h83 class CLoggingEvent;

Completed in 161 milliseconds