scc 2025.09
SystemC components library
util::LoggerDelegate Struct Reference
Collaboration diagram for util::LoggerDelegate:

Public Types

using delegate_fn = void(logging::log_level, std::string const&, std::string const&, unsigned, char const*)

Public Attributes

util::delegate< delegate_fn > log
logging::log_level level

Detailed Description

Definition at line 41 of file instance_logger.h.

Member Typedef Documentation

◆ delegate_fn

using util::LoggerDelegate::delegate_fn = void(logging::log_level, std::string const&, std::string const&, unsigned, char const*)

Definition at line 42 of file instance_logger.h.

Member Data Documentation

◆ level

logging::log_level util::LoggerDelegate::level

Definition at line 44 of file instance_logger.h.

◆ log

util::delegate<delegate_fn> util::LoggerDelegate::log

Definition at line 43 of file instance_logger.h.


The documentation for this struct was generated from the following file: