Definition at line 36 of file LogManager.cpp.
◆ InternalData()
MoFEM::LogManager::InternalData::InternalData |
( |
MPI_Comm |
comm | ) |
|
|
inline |
◆ ~InternalData()
virtual MoFEM::LogManager::InternalData::~InternalData |
( |
| ) |
|
|
virtualdefault |
◆ getStrmNull()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmNull |
( |
| ) |
|
|
inline |
Definition at line 122 of file LogManager.cpp.
122 {
123 return boost::shared_ptr<std::ostream>(shared_from_this(), &
nullSelf);
124 }
◆ getStrmSelf()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmSelf |
( |
| ) |
|
|
inline |
Definition at line 113 of file LogManager.cpp.
113 {
114 return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmSelf);
115 }
◆ getStrmSync()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmSync |
( |
| ) |
|
|
inline |
Definition at line 119 of file LogManager.cpp.
119 {
120 return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmSync);
121 }
◆ getStrmWorld()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmWorld |
( |
| ) |
|
|
inline |
Definition at line 116 of file LogManager.cpp.
116 {
117 return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmWorld);
118 }
◆ logChannels
◆ logQuiet
bool MoFEM::LogManager::InternalData::logQuiet = false |
|
static |
◆ logTime
bool MoFEM::LogManager::InternalData::logTime = false |
|
static |
◆ noColors
bool MoFEM::LogManager::InternalData::noColors = false |
|
static |
◆ nullSelf
NulOStream MoFEM::LogManager::InternalData::nullSelf |
◆ selfBuf
◆ sinksAdd
bool MoFEM::LogManager::InternalData::sinksAdd = true |
|
static |
◆ strmSelf
std::ostream MoFEM::LogManager::InternalData::strmSelf |
◆ strmSync
std::ostream MoFEM::LogManager::InternalData::strmSync |
◆ strmWorld
std::ostream MoFEM::LogManager::InternalData::strmWorld |
◆ syncBuf
◆ worldBuf
The documentation for this struct was generated from the following file: