console_logger
Last update: 19.09.2025This is the concrete Topic class that can be used for creation of a communication channel with given ...
Definition topic.h:38
A basic implementation of the logger which logs to stdout/stderr.
Definition console_logger.h:22
LogLevel GetCurrentLogLevel() const final
Definition console_logger.h:28
void Log(LogLevel level, std::string_view log_message) final
Definition console_logger.h:30
void SetCurrentLogLevel(LogLevel log_level) final
Definition console_logger.h:26
An interface for implementing custom logging mechanisms.
Definition i_logger.h:31
The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.