| 
    KiCad PCB EDA Suite
    
   | 
 
Context class to set wx loglevel for a block, and always restore it at the end. More...
Public Member Functions | |
| WX_LOGLEVEL_CONTEXT (wxLogLevel level) | |
| ~WX_LOGLEVEL_CONTEXT () | |
Private Attributes | |
| wxLogLevel | m_old_level | 
Context class to set wx loglevel for a block, and always restore it at the end.
Definition at line 63 of file eda_pattern_match.cpp.
      
  | 
  inline | 
Definition at line 68 of file eda_pattern_match.cpp.
References m_old_level.
      
  | 
  inline | 
Definition at line 74 of file eda_pattern_match.cpp.
References m_old_level.
      
  | 
  private | 
Definition at line 65 of file eda_pattern_match.cpp.
Referenced by WX_LOGLEVEL_CONTEXT(), and ~WX_LOGLEVEL_CONTEXT().