|
scc 2025.09
SystemC components library
|
SCC C++ logging. More...
Classes | |
| struct | LoggerCallbacks |
| class | Log |
| class | Output2FILE |
| struct | DEFAULT |
| the default logging category More... | |
Enumerations | |
| enum | log_level { LEVELS =(DO_ENUM) DBGTRACE = TRACEALL } |
| enum defining the log levels More... | |
Functions | |
| log_level | as_log_level (int logLevel) |
| std::istream & | operator>> (std::istream &is, log_level &val) |
| std::string | now_time () |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &stream, const std::vector< T > &vector) |
| a print function for a vector | |
SCC C++ logging.
| enum logging::log_level |
|
inline |
|
inline |
| std::ostream & logging::operator<< | ( | std::ostream & | stream, |
| const std::vector< T > & | vector ) |
|
inline |