![]() |
HAL
|
#include <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 |
bool hal::LogManager::log_sink::is_file_sink |
Definition at line 111 of file log.h.
Referenced by hal::log_init().
std::filesystem::path hal::LogManager::log_sink::path |
Definition at line 113 of file log.h.
Referenced by hal::log_init().
std::string hal::LogManager::log_sink::sink_type |
Definition at line 110 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 112 of file log.h.
Referenced by hal::log_init().