1 #ifndef __JLOGGER__JSTREAMLOGGER__
2 #define __JLOGGER__JSTREAMLOGGER__
14 namespace JPP {
using namespace JLOGGER; }
45 out << tag <<
' ' << message << std::endl;
Message logging based on std::ostream.
virtual void typeout(const std::string &tag, const std::string &message) override
Report message.
Interface for logging messages.
JStreamLogger(std::ostream &__out)
Constructor.