Searched refs:DoLog (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlogg.h60 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t);
115 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlog.cpp316 DoLog(ms_prevLevel, msg.c_str(), ms_prevTimeStamp);
354 pLogger->DoLog(level, szString, t);
453 void wxLog::DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:wxLog
531 void wxLogBuffer::DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:wxLogBuffer
552 wxLog::DoLog(level, szString, t);
658 void wxLogChain::DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:wxLogChain
663 // bogus cast just to access protected DoLog
664 ((wxLogChain *)m_logOld)->DoLog(level, szString, t);
670 ((wxLogChain *)m_logNew)->DoLog(level, szString, t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlog.h133 // static sink function - see DoLog() for function to overload in the
257 // default DoLog() prepends the time stamp and a prefix corresponding
259 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t);
262 // you override DoLog() you might not need it at all
325 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t);
438 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/keyboard/
H A Dkeyboard.cpp101 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:LboxLogger
110 ((LboxLogger *)m_logOld)->DoLog(level, szString, t);
115 wxLog::DoLog(level, szString, t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp208 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:LboxLogger
217 ((LboxLogger *)m_logOld)->DoLog(level, szString, t);
222 wxLog::DoLog(level, szString, t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dlboxtest.cpp225 virtual void DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:LboxLogger
234 ((LboxLogger *)m_logOld)->DoLog(level, szString, t);
239 wxLog::DoLog(level, szString, t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp340 void wxLogGui::DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:wxLogGui
615 void wxLogWindow::DoLog(wxLogLevel level, const wxChar *szString, time_t t) function in class:wxLogWindow
618 wxLogPassThrough::DoLog(level, szString, t);
642 wxLog::DoLog(level, szString, t);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlog.tex43 and invokes the \helpref{DoLog()}{wxlogdolog} of the active log target if any.
60 actually process the log messages: \helpref{DoLog}{wxlogdolog} and
134 Finally, the {\it wxLog::DoLog()} function automatically prepends a time stamp
206 Forwards the message at specified level to the {\it DoLog()} function of the
251 \membersection{wxLog::DoLog}\label{wxlogdolog}
253 \func{virtual void}{DoLog}{\param{wxLogLevel }{level}, \param{const wxChar }{*msg}, \param{time\_t }{timestamp}}
584 this class must be derived from to implement \helpref{DoLog}{wxlogdolog}
H A Dtlog.tex122 implement one (or both) of {\it DoLog()} and {\it DoLogString()} in it. The

Completed in 172 milliseconds