Definition at line 34 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 120 of file LogManager.cpp.
120 {
121 return boost::shared_ptr<std::ostream>(shared_from_this(), &
nullSelf);
122 }
◆ getStrmSelf()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmSelf |
( |
| ) |
|
|
inline |
Definition at line 111 of file LogManager.cpp.
111 {
112 return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmSelf);
113 }
◆ getStrmSync()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmSync |
( |
| ) |
|
|
inline |
Definition at line 117 of file LogManager.cpp.
117 {
118 return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmSync);
119 }
◆ getStrmWorld()
boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmWorld |
( |
| ) |
|
|
inline |
Definition at line 114 of file LogManager.cpp.
114 {
115 return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmWorld);
116 }
◆ 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: