![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Metadata for a named logger instance. More...
#include <logging.hpp>
Public Attributes | |
std::shared_ptr< spdlog::logger > | logger |
The spdlog logger instance. | |
irsol::types::timepoint_t | lastRetrieved |
Last time this logger was accessed. | |
Metadata for a named logger instance.
Definition at line 104 of file logging.hpp.
irsol::types::timepoint_t irsol::internal::LoggerInfo::lastRetrieved |
Last time this logger was accessed.
Definition at line 107 of file logging.hpp.
std::shared_ptr<spdlog::logger> irsol::internal::LoggerInfo::logger |
The spdlog logger instance.
Definition at line 106 of file logging.hpp.