μHAL (v2.6.5)
Part of the IPbus software repository
Namespaces | Functions
LogLevels.cpp File Reference
#include "uhal/log/LogLevels.hpp"
#include "uhal/log/log_inserters.time.hpp"
#include "uhal/log/log_inserters.threadID.hpp"
Include dependency graph for LogLevels.cpp:

Go to the source code of this file.

Namespaces

 uhal
 

Functions

void insert (std::ostream &aStr, const uint32_t &aUint)
 
void insert (std::ostream &aStr, const int32_t &aInt)
 
void insert (std::ostream &aStr, const bool &aBool)
 

Function Documentation

◆ insert() [1/3]

void insert ( std::ostream &  aStr,
const uint32_t &  aUint 
)

Definition at line 9 of file LogLevels.cpp.

◆ insert() [2/3]

void insert ( std::ostream &  aStr,
const int32_t &  aInt 
)

Definition at line 14 of file LogLevels.cpp.

◆ insert() [3/3]

void insert ( std::ostream &  aStr,
const bool &  aBool 
)

Definition at line 19 of file LogLevels.cpp.