| 
    Jpp
    18.2.0
    
   the software that should make you happy 
   | 
 
Message logging based on std::ostream. More...
#include <JStreamLogger.hh>
  
 Public Member Functions | |
| JStreamLogger (std::ostream &__out) | |
| Constructor.  More... | |
| virtual void | typeout (const std::string &tag, const std::string &message) override | 
| Report message.  More... | |
| JSYNCHRONIZATION::JMutex & | mutex () | 
| Provides internal lock object.  More... | |
Protected Attributes | |
| std::ostream & | out | 
Message logging based on std::ostream.
This class implements the JLogger interface.
Definition at line 22 of file JStreamLogger.hh.
      
  | 
  inline | 
      
  | 
  inlineoverridevirtual | 
Report message.
| tag | tag | 
| message | message | 
Implements JLOGGER::JLogger.
Definition at line 42 of file JStreamLogger.hh.
      
  | 
  inlineinherited | 
Provides internal lock object.
Definition at line 44 of file JLogger.hh.
      
  | 
  protected | 
Definition at line 49 of file JStreamLogger.hh.
 1.8.5