Message logging based on std::ostream.  
 More...
#include <JStreamLogger.hh>
Message logging based on std::ostream. 
This class implements the JLogger interface. 
Definition at line 22 of file JStreamLogger.hh.
 
◆ JStreamLogger()
  
  
      
        
          | JLOGGER::JStreamLogger::JStreamLogger  | 
          ( | 
          std::ostream &  | 
          __out | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ typeout()
  
  
      
        
          | virtual void JLOGGER::JStreamLogger::typeout  | 
          ( | 
          const std::string &  | 
          tag,  | 
         
        
           | 
           | 
          const std::string &  | 
          message  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ mutex()
Provides internal lock object. 
- Returns
 - reference to the internal mutex object. 
 
Definition at line 44 of file JLogger.hh.
 
 
◆ out
  
  
      
        
          | std::ostream& JLOGGER::JStreamLogger::out | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_mutex
The documentation for this class was generated from the following file: