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.
|
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.
Referenced by LIB_SYMBOL_LIBRARY_MANAGER::Sync().
void LIB_LOGGER::Deactivate | ( | ) |
Definition at line 49 of file lib_logger.cpp.
References Flush(), m_activated, and m_previousLogger.
Referenced by LIB_SYMBOL_LIBRARY_MANAGER::Sync(), and ~LIB_LOGGER().
|
override |
|
private |
Definition at line 47 of file lib_logger.h.
Referenced by Activate(), and Deactivate().
|
private |
Definition at line 46 of file lib_logger.h.
Referenced by Activate(), and Deactivate().