A logger class that filters out all log messages that are not generated by wxLogTrace and ignores them, while passing the trace messages onwards.  
 More...
#include <logging.h>
 | 
| void  | DoLogRecord (wxLogLevel aLevel, const wxString &aMsg, const wxLogRecordInfo &aInfo) override | 
|   | 
A logger class that filters out all log messages that are not generated by wxLogTrace and ignores them, while passing the trace messages onwards. 
Definition at line 31 of file logging.h.
 
◆ WX_LOG_TRACE_ONLY()
  
  
      
        
          | WX_LOG_TRACE_ONLY::WX_LOG_TRACE_ONLY  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ DoLogRecord()
  
  
      
        
          | void WX_LOG_TRACE_ONLY::DoLogRecord  | 
          ( | 
          wxLogLevel |           aLevel,  | 
         
        
           | 
           | 
          const wxString & |           aMsg,  | 
         
        
           | 
           | 
          const wxLogRecordInfo & |           aInfo ) | 
         
       
   | 
  
inlineoverrideprotected   | 
  
 
 
The documentation for this class was generated from the following file: