#include <logging.h>
 | 
| static std::atomic< FILE * > &  | stream () | 
|   | 
| 
static std::atomic< std::ostream * > &  | ostream () | 
|   | 
| static void  | output (const std::string &msg) | 
|   | 
template<typename CATEGORY>
class logging::Output2FILE< CATEGORY >
the output writer 
Definition at line 200 of file logging.h.
 
◆ output()
template<typename CATEGORY > 
 
write an output string to the file
- Parameters
 - 
  
  
 
Definition at line 221 of file logging.h.
 
 
◆ stream()
template<typename CATEGORY > 
 
get the file handle of the underlying output file (or stdout)
- Returns
 - the file handle 
 
Definition at line 207 of file logging.h.
 
 
The documentation for this class was generated from the following file:
- /home/eyck/git/SystemC-Components/src/common/util/logging.h