|
Jpp test-rotations-old
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. | |
| virtual void | typeout (const std::string &tag, const std::string &message) override |
| Report message. | |
| JSYNCHRONIZATION::JMutex & | mutex () |
| Provides internal lock object. | |
Protected Attributes | |
| std::ostream & | out |
Private Attributes | |
| JSYNCHRONIZATION::JMutex | m_mutex |
Message logging based on std::ostream.
This class implements the JLogger interface.
Definition at line 22 of file JStreamLogger.hh.
|
inline |
Constructor.
| __out | output stream |
Definition at line 31 of file JStreamLogger.hh.
|
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.
|
privateinherited |
Definition at line 51 of file JLogger.hh.