Definition at line 31 of file LogManager.cpp.
 
◆ InternalData()
  
  | 
        
          | MoFEM::LogManager::InternalData::InternalData | ( | MPI_Comm | comm | ) |  |  | inline | 
 
Definition at line 121 of file LogManager.cpp.
SynchronizedStreamBuf syncBuf
static FILE * dummy_mofem_fd
Dummy file pointer (DO NOT USE)
 
 
 
◆ ~InternalData()
  
  | 
        
          | virtual MoFEM::LogManager::InternalData::~InternalData | ( |  | ) |  |  | virtualdefault | 
 
 
◆ getStrmNull()
  
  | 
        
          | boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmNull | ( |  | ) |  |  | inline | 
 
Definition at line 117 of file LogManager.cpp.
  117                                            {
  118    return boost::shared_ptr<std::ostream>(shared_from_this(), &
nullSelf);
 
  119  }
 
 
◆ getStrmSelf()
  
  | 
        
          | boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmSelf | ( |  | ) |  |  | inline | 
 
Definition at line 108 of file LogManager.cpp.
  108                                            {
  109    return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmSelf);
 
  110  }
 
 
◆ getStrmSync()
  
  | 
        
          | boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmSync | ( |  | ) |  |  | inline | 
 
Definition at line 114 of file LogManager.cpp.
  114                                            {
  115    return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmSync);
 
  116  }
 
 
◆ getStrmWorld()
  
  | 
        
          | boost::shared_ptr< std::ostream > MoFEM::LogManager::InternalData::getStrmWorld | ( |  | ) |  |  | inline | 
 
Definition at line 111 of file LogManager.cpp.
  111                                             {
  112    return boost::shared_ptr<std::ostream>(shared_from_this(), &
strmWorld);
 
  113  }
 
 
◆ 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: