| 
    KiCad PCB EDA Suite
    
   | 
 
#include <lib_logger.h>
 Public Member Functions | |
| LIB_LOGGER () | |
| ~LIB_LOGGER () override | |
| void | Activate () | 
| void | Deactivate () | 
| void | Flush () override | 
Private Attributes | |
| wxLog * | m_previousLogger | 
| bool | m_activated | 
Definition at line 32 of file lib_logger.h.
| LIB_LOGGER::LIB_LOGGER | ( | ) | 
Definition at line 30 of file lib_logger.cpp.
References m_activated, and m_previousLogger.
      
  | 
  override | 
Definition at line 34 of file lib_logger.cpp.
References Deactivate().
| void LIB_LOGGER::Activate | ( | ) | 
Definition at line 39 of file lib_logger.cpp.
References m_activated, and m_previousLogger.
| void LIB_LOGGER::Deactivate | ( | ) | 
Definition at line 49 of file lib_logger.cpp.
References Flush(), m_activated, and m_previousLogger.
Referenced by ~LIB_LOGGER().
      
  | 
  override | 
      
  | 
  private | 
Definition at line 47 of file lib_logger.h.
Referenced by Activate(), Deactivate(), and LIB_LOGGER().
      
  | 
  private | 
Definition at line 46 of file lib_logger.h.
Referenced by Activate(), Deactivate(), and LIB_LOGGER().