|
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 Attributes | |
| std::shared_ptr< spdlog::sinks::sink > | spdlog_sink |
| std::string | sink_type |
| bool | is_file_sink |
| bool | truncate |
| std::filesystem::path | path |
A single sink that a log channel writes to, e.g., stdout, a log file, or the GUI.
| bool hal::LogManager::log_sink::is_file_sink |
Definition at line 116 of file log.h.
Referenced by hal::log_init().
| std::filesystem::path hal::LogManager::log_sink::path |
Definition at line 118 of file log.h.
Referenced by hal::log_init().
| std::string hal::LogManager::log_sink::sink_type |
Definition at line 115 of file log.h.
Referenced by hal::log_init().
| std::shared_ptr<spdlog::sinks::sink> hal::LogManager::log_sink::spdlog_sink |
| bool hal::LogManager::log_sink::truncate |
Definition at line 117 of file log.h.
Referenced by hal::log_init().