AxLogGui Class Reference

A GUI log target that shows an accessible log window. More...

#include <ax/ax_log.h>

List of all members.

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


Detailed Description

A GUI log target that shows an accessible log window.

Use this in your application initialisation code:

  delete wxLog::SetActiveTarget(new AxLogGui);

Constructor & Destructor Documentation

AxLogGui::AxLogGui (  ) 


Member Function Documentation

void AxLogGui::Clear (  )  [protected]

void AxLogGui::DoLog ( wxLogLevel  level,
const wxChar *  szString,
time_t  t 
) [protected, virtual]

void AxLogGui::Flush (  )  [virtual]


Member Data Documentation

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]


The documentation for this class was generated from the following files:

Generated on Wed May 6 19:22:07 2009 for AxTk by  doxygen 1.5.8