#include <ax/ax_log.h>
Public Member Functions | |
| AxLogGui () | |
| virtual void | Flush () |
Protected Member Functions | |
| virtual void | DoLog (wxLogLevel level, const wxChar *szString, time_t t) |
| void | Clear () |
Protected Attributes | |
| wxArrayString | m_aMessages |
| wxArrayInt | m_aSeverity |
| wxArrayLong | m_aTimes |
| bool | m_bErrors |
| bool | m_bWarnings |
| bool | m_bHasMessages |
Use this in your application initialisation code:
delete wxLog::SetActiveTarget(new AxLogGui);
| AxLogGui::AxLogGui | ( | ) |
| void AxLogGui::Clear | ( | ) | [protected] |
| void AxLogGui::DoLog | ( | wxLogLevel | level, | |
| const wxChar * | szString, | |||
| time_t | t | |||
| ) | [protected, virtual] |
| void AxLogGui::Flush | ( | ) | [virtual] |
wxArrayString AxLogGui::m_aMessages [protected] |
wxArrayInt AxLogGui::m_aSeverity [protected] |
wxArrayLong AxLogGui::m_aTimes [protected] |
bool AxLogGui::m_bErrors [protected] |
bool AxLogGui::m_bHasMessages [protected] |
bool AxLogGui::m_bWarnings [protected] |
1.5.8