|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include <hal_core/utilities/log.h>


Public Member Functions | |
| log_gui_sink ()=default | |
| ~log_gui_sink ()=default | |
Protected Member Functions | |
| void | sink_it_ (const spdlog::details::log_msg &msg) override |
| void | flush_ () override |
A log sink that forwards every log message to the GUI so that it can be displayed in the log widget.
|
default |
constructor (= default)
|
default |
destructor (= default)
|
overrideprotected |
interface implementation: spdlog::sinks::base_sink
Definition at line 439 of file log.cpp.
References hal::LogManager::get_gui_callback(), and hal::LogManager::get_instance().