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 61 of file eda_pattern_match.cpp.
|
inline |
Definition at line 66 of file eda_pattern_match.cpp.
References m_old_level.
|
inline |
Definition at line 72 of file eda_pattern_match.cpp.
References m_old_level.
|
private |
Definition at line 63 of file eda_pattern_match.cpp.
Referenced by WX_LOGLEVEL_CONTEXT(), and ~WX_LOGLEVEL_CONTEXT().