scc 2025.09
SystemC components library
logging::LoggerCallbacks Struct Reference

Public Types

using log_cb = std::function<void(log_level, std::string const&, std::string const&)>

Static Public Member Functions

static void set_output_cb (log_cb cb)
static log_cb & get_output_cb ()

Detailed Description

Definition at line 87 of file logging.h.

Member Typedef Documentation

◆ log_cb

using logging::LoggerCallbacks::log_cb = std::function<void(log_level, std::string const&, std::string const&)>

Definition at line 88 of file logging.h.

Member Function Documentation

◆ get_output_cb()

log_cb & logging::LoggerCallbacks::get_output_cb ( )
inlinestatic

Definition at line 90 of file logging.h.

◆ set_output_cb()

void logging::LoggerCallbacks::set_output_cb ( log_cb cb)
inlinestatic

Definition at line 89 of file logging.h.


The documentation for this struct was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/common/util/logging.h